From d321676e474759054e3cdd8048dc29841f2586f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 19 Oct 2024 22:35:57 +0200 Subject: [PATCH] package/ci: use Emscripten 2.0.27 for the WebGL 2 job. So it can verify the touch event implementation. The WebGL 1 job then verifies the case without touch events. --- package/ci/circleci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 7abddeeaf..8278e2ef0 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -38,7 +38,9 @@ executors: # 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 + # 2.0.27 is then the first that adds timestamps to events, which are needed + # internally by touch events. + - image: emscripten/emsdk:2.0.27 android-29: machine: image: android:2021.10.1