File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ set -eo pipefail
7
7
8
8
export PYBUILD_RELEASE_TAG=$( date --utc ' +%Y%m%dT%H%M' )
9
9
10
- ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations debug --libressl
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
10
+ ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations debug
11
+ ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations pgo
12
+ ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.9 --optimizations debug
13
+ ./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.9 --optimizations pgo
14
14
15
15
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.8 --optimizations debug --libressl
16
16
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.8 --optimizations noopt --libressl
You can’t perform that action at this time.
0 commit comments