Skip to content

Commit f01b170

Browse files
committed
remove 3.10
1 parent e83aa35 commit f01b170

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

python-wasm-sdk.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2626
for PYBUILD in $BUILDS
2727
do
@@ -63,17 +63,17 @@ do
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*
@@ -129,3 +129,6 @@ do
129129
exit 124
130130
fi
131131
done
132+
133+
exit 0
134+

0 commit comments

Comments
 (0)