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)
54
54
55
55
# 3.12 3.11 3.10
56
56
57
- BUILDS=${BUILDS:- 3.12 3.13}
57
+ BUILDS=${BUILDS:- 3.11 3. 12 3.13}
58
58
59
59
for PYBUILD in $BUILDS
60
60
do
79
79
# make install cpython will force bytecode generation
80
80
export PYTHONPYCACHEPREFIX=" $( realpath build/pycache) "
81
81
82
+ # reset config
83
+ unset CONFIG_ENV
84
+
82
85
. ${CONFIG:- config}
83
86
84
87
cd ${SDKROOT}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ ORIGIN=$(pwd)
54
54
55
55
# 3.12 3.11 3.10
56
56
57
- BUILDS=${BUILDS:- 3.12 3.13}
57
+ BUILDS=${BUILDS:- 3.11 3. 12 3.13}
58
58
59
59
for PYBUILD in $BUILDS
60
60
do
79
79
# make install cpython will force bytecode generation
80
80
export PYTHONPYCACHEPREFIX=" $( realpath build/pycache) "
81
81
82
+ # reset config
83
+ unset CONFIG_ENV
84
+
82
85
. ${CONFIG:- config}
83
86
84
87
cd ${SDKROOT}
You can’t perform that action at this time.
0 commit comments