Skip to content

Commit ca549c7

Browse files
committed
reset config each loop re add 3.11
1 parent 57c9330 commit ca549c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

python-wasi-sdk.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ORIGIN=$(pwd)
5454

5555
# 3.12 3.11 3.10
5656

57-
BUILDS=${BUILDS:-3.12 3.13}
57+
BUILDS=${BUILDS:-3.11 3.12 3.13}
5858

5959
for PYBUILD in $BUILDS
6060
do
@@ -79,6 +79,9 @@ do
7979
# make install cpython will force bytecode generation
8080
export PYTHONPYCACHEPREFIX="$(realpath build/pycache)"
8181

82+
# reset config
83+
unset CONFIG_ENV
84+
8285
. ${CONFIG:-config}
8386

8487
cd ${SDKROOT}

python-wasm-sdk.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ORIGIN=$(pwd)
5454

5555
# 3.12 3.11 3.10
5656

57-
BUILDS=${BUILDS:-3.12 3.13}
57+
BUILDS=${BUILDS:-3.11 3.12 3.13}
5858

5959
for PYBUILD in $BUILDS
6060
do
@@ -79,6 +79,9 @@ do
7979
# make install cpython will force bytecode generation
8080
export PYTHONPYCACHEPREFIX="$(realpath build/pycache)"
8181

82+
# reset config
83+
unset CONFIG_ENV
84+
8285
. ${CONFIG:-config}
8386

8487
cd ${SDKROOT}

0 commit comments

Comments
 (0)