From fa6d9a4b0190a84ab5628035ed65db8f16bdbcd3 Mon Sep 17 00:00:00 2001 From: Philip Rideout Date: Fri, 18 Feb 2022 13:44:32 -0800 Subject: [PATCH] Upgrade emsripten to 3.1.5 --- BUILDING.md | 2 +- build/web/ci-common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 0ea0eb40b9..6a5ba91761 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -349,7 +349,7 @@ same version that our continuous builds use. ``` cd -curl -L https://github.com/emscripten-core/emsdk/archive/2.0.23.zip > emsdk.zip +curl -L https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.5.zip > emsdk.zip unzip emsdk.zip ; mv emsdk-* emsdk ; cd emsdk python ./emsdk.py install latest python ./emsdk.py activate latest diff --git a/build/web/ci-common.sh b/build/web/ci-common.sh index e43d0f20dc..9bca22cf3a 100755 --- a/build/web/ci-common.sh +++ b/build/web/ci-common.sh @@ -17,7 +17,7 @@ export PATH="$PWD:$PATH" # npm install -g typescript # Install emscripten. -curl -L https://github.com/emscripten-core/emsdk/archive/2.0.23.zip > emsdk.zip +curl -L https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.5.zip > emsdk.zip unzip emsdk.zip ; mv emsdk-* emsdk ; cd emsdk ./emsdk install latest ./emsdk activate latest