Skip to content

Commit 48d7e40

Browse files
committed
Use latest-upstream on emsdk
1 parent 71d42b8 commit 48d7e40

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ci/emscripten.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ exit 1
3030

3131
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
3232
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
3735

3836
# Compile and cache libc
3937
# shellcheck disable=SC1091
@@ -48,5 +46,5 @@ chmod a+rxw -R /emsdk-portable
4846

4947
# node 8 is required to run wasm
5048
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 | \
5250
tar -xJ

0 commit comments

Comments
 (0)