File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ export PYBUILD_RELEASE_TAG=$(date --utc '+%Y%m%dT%H%M')
9
9
10
10
./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations debug --libressl
11
11
./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations pgo --libressl
12
+ ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.9 --optimizations debug --libressl
13
+ ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.9 --optimizations pgo --libressl
12
14
13
15
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.8 --optimizations debug --libressl
14
16
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.8 --optimizations noopt --libressl
17
+ ./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.9 --optimizations debug --libressl
18
+ ./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.9 --optimizations noopt --libressl
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ export PYBUILD_RELEASE_TAG=$(date -u '+%Y%m%dT%H%M')
9
9
10
10
./build-macos.py --python cpython-3.8 --optimizations debug
11
11
./build-macos.py --python cpython-3.8 --optimizations pgo
12
+
13
+ ./build-macos.py --python cpython-3.9 --optimizations debug
14
+ ./build-macos.py --python cpython-3.9 --optimizations pgo
You can’t perform that action at this time.
0 commit comments