File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ set -ex
15
15
source /emsdk-portable/emsdk_env.sh & > /dev/null
16
16
17
17
# emsdk-portable provides a node binary, but we need version 8 to run wasm
18
- export PATH=" /node-v12.3.1 -linux-x64/bin:$PATH "
18
+ export PATH=" /node-v12.16.2 -linux-x64/bin:$PATH "
19
19
20
20
exec " $@ "
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ chmod a+rxw -R /emsdk-portable
48
48
49
49
# node 8 is required to run wasm
50
50
cd /
51
- curl --retry 5 -L https://nodejs.org/dist/v12.3.1 /node-v12.3.1 -linux-x64.tar.xz | \
51
+ curl --retry 5 -L https://nodejs.org/dist/v12.16.2 /node-v12.16.2 -linux-x64.tar.xz | \
52
52
tar -xJ
Original file line number Diff line number Diff line change @@ -2020,6 +2020,9 @@ fn test_emscripten(target: &str) {
2020
2020
// FIXME: https://github.com/rust-lang/libc/issues/1272
2021
2021
"execv" | "execve" | "execvp" | "execvpe" | "fexecve" => true ,
2022
2022
2023
+ // FIXME: Investigate why CI is missing it.
2024
+ "clearenv" => true ,
2025
+
2023
2026
_ => false ,
2024
2027
}
2025
2028
} ) ;
You can’t perform that action at this time.
0 commit comments