File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,8 @@ exit 1
30
30
31
31
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
32
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
33
+ hide_output ./emsdk install latest-upstream
34
+ ./emsdk activate latest-upstream
37
35
38
36
# Compile and cache libc
39
37
# 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
48
cd /
51
- curl --retry 5 -L https://nodejs.org/dist/v12.3 .1/node-v12.3 .1-linux-x64.tar.xz | \
49
+ curl --retry 5 -L https://nodejs.org/dist/v12.9 .1/node-v12.9 .1-linux-x64.tar.xz | \
52
50
tar -xJ
You can’t perform that action at this time.
0 commit comments