Skip to content

Commit 349d565

Browse files
committed
still oom
1 parent 47bc564 commit 349d565

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ fi
5757

5858
#stable
5959
# EMFLAVOUR=latest
60-
#git
61-
EMFLAVOUR=${EMFLAVOUR:-latest}
60+
# EMFLAVOUR=${EMFLAVOUR:-latest}
61+
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
6266

6367

6468
export PYDK_PYTHON_HOST_PLATFORM=wasm32-$EMFLAVOUR-emscripten

scripts/emsdk-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ then
6767
+ $done
6868
"
6969
embuilder --pic build $one
70-
#embuilder build $one
70+
embuilder build $one
7171
done
7272

7373
if $CI

0 commit comments

Comments
 (0)