File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
source /emsdk-portable/emsdk_env.sh & > /dev/null
7
7
8
8
# emsdk-portable provides a node binary, but we need version 8 to run wasm
9
- export PATH=" /node-v12.3.1 -linux-x64/bin:$PATH "
9
+ export PATH=" /node-v12.16.2 -linux-x64/bin:$PATH "
10
10
11
11
exec " $@ "
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ chmod a+rxw -R /emsdk-portable
39
39
40
40
# node 8 is required to run wasm
41
41
cd /
42
- curl --retry 5 -L https://nodejs.org/dist/v12.3.1 /node-v12.3.1 -linux-x64.tar.xz | \
42
+ curl --retry 5 -L https://nodejs.org/dist/v12.16.2 /node-v12.16.2 -linux-x64.tar.xz | \
43
43
tar -xJ
Original file line number Diff line number Diff line change @@ -2025,6 +2025,9 @@ fn test_emscripten(target: &str) {
2025
2025
// FIXME: https://github.com/rust-lang/libc/issues/1272
2026
2026
"execv" | "execve" | "execvp" | "execvpe" | "fexecve" => true ,
2027
2027
2028
+ // FIXME: Investigate why CI is missing it.
2029
+ "clearenv" => true ,
2030
+
2028
2031
_ => false ,
2029
2032
}
2030
2033
} ) ;
You can’t perform that action at this time.
0 commit comments