File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
5959for PYBUILD in $BUILDS
6060do
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}
Original file line number Diff line number Diff 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
5959for PYBUILD in $BUILDS
6060do
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}
You can’t perform that action at this time.
0 commit comments