We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d42b8 commit 48d7e40Copy full SHA for 48d7e40
ci/emscripten.sh
@@ -30,10 +30,8 @@ exit 1
30
31
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
32
cd /emsdk-portable
33
-# FIXME: switch to an upstream install once
34
-# https://github.com/rust-lang/rust/pull/63649 lands
35
-hide_output ./emsdk install 1.38.42
36
-./emsdk activate 1.38.42
+hide_output ./emsdk install latest-upstream
+./emsdk activate latest-upstream
37
38
# Compile and cache libc
39
# shellcheck disable=SC1091
@@ -48,5 +46,5 @@ chmod a+rxw -R /emsdk-portable
48
46
49
47
# node 8 is required to run wasm
50
cd /
51
-curl --retry 5 -L https://nodejs.org/dist/v12.3.1/node-v12.3.1-linux-x64.tar.xz | \
+curl --retry 5 -L https://nodejs.org/dist/v12.9.1/node-v12.9.1-linux-x64.tar.xz | \
52
tar -xJ
0 commit comments