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 47bc564 commit 349d565Copy full SHA for 349d565
config
@@ -57,8 +57,12 @@ fi
57
58
#stable
59
# EMFLAVOUR=latest
60
-#git
61
-EMFLAVOUR=${EMFLAVOUR:-latest}
+# EMFLAVOUR=${EMFLAVOUR:-latest}
+
62
+export EMFLAVOUR=${EMFLAVOUR:-tot}
63
64
+#temp fix for oom on CI (Error: Process completed with exit code 143.)
65
+export EMSDK_NUM_CORES=1
66
67
68
export PYDK_PYTHON_HOST_PLATFORM=wasm32-$EMFLAVOUR-emscripten
scripts/emsdk-fetch.sh
@@ -67,7 +67,7 @@ then
+ $done
"
69
embuilder --pic build $one
70
- #embuilder build $one
+ embuilder build $one
71
done
72
73
if $CI
0 commit comments