Skip to content
Snippets Groups Projects
Unverified Commit 622e6f5d authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Update node to v12.16.2

parent 991678ce
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ set -ex
source /emsdk-portable/emsdk_env.sh &> /dev/null
# emsdk-portable provides a node binary, but we need version 8 to run wasm
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
export PATH="/node-v12.16.2-linux-x64/bin:$PATH"
exec "$@"
......@@ -39,5 +39,5 @@ chmod a+rxw -R /emsdk-portable
# node 8 is required to run wasm
cd /
curl --retry 5 -L https://nodejs.org/dist/v12.3.1/node-v12.3.1-linux-x64.tar.xz | \
curl --retry 5 -L https://nodejs.org/dist/v12.16.2/node-v12.16.2-linux-x64.tar.xz | \
tar -xJ
......@@ -2025,6 +2025,9 @@ fn test_emscripten(target: &str) {
// FIXME: https://github.com/rust-lang/libc/issues/1272
"execv" | "execve" | "execvp" | "execvpe" | "fexecve" => true,
// FIXME: Investigate why CI is missing it.
"clearenv" => true,
_ => false,
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment