Skip to content

Commit 50a6ee0

Browse files
committed
wip
1 parent c621760 commit 50a6ee0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
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

libc-test/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,8 +1965,9 @@ fn test_emscripten(target: &str) {
19651965
field == "ssi_arch"))
19661966
});
19671967

1968-
// FIXME: test linux like
19691968
cfg.generate("../src/lib.rs", "main.rs");
1969+
1970+
test_linux_like_apis(target);
19701971
}
19711972

19721973
fn test_vxworks(target: &str) {

0 commit comments

Comments
 (0)