aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-09-22 17:14:28 +0200
committerAndre Weissflog <floooh@gmail.com>2025-09-22 17:14:28 +0200
commit0202220cf283278099dbe07495c3a488f60a0087 (patch)
treee4dfd2333eb898bcc4bee40dc74bf0e1140db07e /tests
parentea3ecb9ec18f3921f454393a163dd8c04cfe6a4b (diff)
parent4eb7f07783c9a6bb74cc05ced00e5f83d3bd2100 (diff)
Merge branch 'master' into issue1302/flexible-bind-limits
Diffstat (limited to 'tests')
-rw-r--r--tests/test_common.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/test_common.sh b/tests/test_common.sh
index 65b2bafd..def2579e 100644
--- a/tests/test_common.sh
+++ b/tests/test_common.sh
@@ -3,8 +3,11 @@ setup_emsdk() {
mkdir -p build && cd build
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
- ./emsdk install latest
- ./emsdk activate latest
+ # FIXME: temporarily use emsdk 4.0.14 until spine is fixed
+ ./emsdk install 4.0.14
+ ./emsdk activate 4.0.14
+ # ./emsdk install latest
+ # ./emsdk activate latest
cd ../..
fi
source build/emsdk/emsdk_env.sh