File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ORIGIN=$(pwd)
2121
2222# 3.12 3.11 3.10
2323
24- BUILDS=${BUILDS:- 3.12 3.11 3.10 }
24+ BUILDS=${BUILDS:- 3.12 3.11}
2525
2626for PYBUILD in $BUILDS
2727do
6363 # use ./ or emsdk will pollute env
6464 ./scripts/emsdk-fetch.sh
6565
66- echo " ------------------- building cpython wasm $PYBUILD $ CIVER ----------------------- "
66+ echo " ------------ building cpython wasm ${ PYBUILD} ${ CIVER} ----------------" 1>&2
6767 if ./scripts/cpython-build-emsdk.sh > /dev/null
6868 then
69- echo " ------------------- building cpython wasm plus $PYBUILD $ CIVER ------------------- "
69+ echo " ---------- building cpython wasm plus ${ PYBUILD} ${ CIVER} -----------" 1>&2
7070 if ./scripts/cpython-build-emsdk-deps.sh > /dev/null
7171 then
7272 [ -f /lowend ] && sleep 45
7373 echo "
7474
7575 ==========================================================
76- stripping emsdk
76+ stripping emsdk ${PYBUILD} ${CIVER}
7777 ==========================================================
7878 " 1>&2
7979 rm -rf ${SDKROOT} /emsdk/upstream/emscripten/cache/ports*
129129 exit 124
130130 fi
131131done
132+
133+ exit 0
134+
You can’t perform that action at this time.
0 commit comments