File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
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
Original file line number Diff line number Diff line change @@ -1965,8 +1965,9 @@ fn test_emscripten(target: &str) {
1965
1965
field == "ssi_arch" ) )
1966
1966
} ) ;
1967
1967
1968
- // FIXME: test linux like
1969
1968
cfg. generate ( "../src/lib.rs" , "main.rs" ) ;
1969
+
1970
+ test_linux_like_apis ( target) ;
1970
1971
}
1971
1972
1972
1973
fn test_vxworks ( target : & str ) {
You can’t perform that action at this time.
0 commit comments