We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e8ae6 commit cd617d7Copy full SHA for cd617d7
ci/emscripten-entry.sh
@@ -12,11 +12,9 @@
12
set -ex
13
14
# shellcheck disable=SC1091
15
-echo "IN EMSCRIPTEN ENTRY"
16
-source /emsdk-portable/emsdk_env.sh
+source /emsdk-portable/emsdk_env.sh &> /dev/null
17
18
# emsdk-portable provides a node binary, but we need version 8 to run wasm
19
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
20
21
-echo "RUNNING with PATH=$PATH"
22
exec "$@"
0 commit comments