Browse Source

package/ci: Emscripten 2.0.17 to 2.0.24 is utterly broken, skip.

UGH.
gltestlib-symbol-duplication
Vladimír Vondruš 4 years ago
parent
commit
8d604a4803
  1. 11
      package/ci/circleci.yml

11
package/ci/circleci.yml

@ -30,10 +30,13 @@ executors:
- image: emscripten/emsdk:1.39.6-upstream - image: emscripten/emsdk:1.39.6-upstream
emscripten2: emscripten2:
docker: docker:
# Used by the webgl2 job. First version that exposes glGetBufferSubData() # Used by the webgl2 job. 2.0.17 is the first version that exposes
# so GLES3 tests can read buffer data without having to check the # glGetBufferSubData() so GLES3 tests can read buffer data without having
# Emscripten version. # to check the Emscripten version. 2.0.17 dies midway compiling however, so
- image: emscripten/emsdk:2.0.17 # using some newer version. 2.0.18 to 2.0.24 then fails due to an
# unresolved malloc dependency of glGetString() (!!!), in 2.0.25 it
# mysteriously disappears. See https://github.com/mosra/magnum/issues/507.
- image: emscripten/emsdk:2.0.25
android-29: android-29:
machine: machine:
image: android:202102-01 image: android:202102-01

Loading…
Cancel
Save