CI: Assert -O2 and -O3 flags are applied to proper sysconfig keys
Resolves: RHEL-49637
This commit is contained in:
parent
c96896b851
commit
097f1f3dde
@ -28,9 +28,12 @@
|
||||
- debugtest:
|
||||
dir: python/selftest
|
||||
run: VERSION=3.9 PYTHON=python3-debug X="-x test_wsgiref" ./parallel.sh
|
||||
- optimizedflags:
|
||||
- optimizedflags_self:
|
||||
dir: python/flags
|
||||
run: python3 ./assertflags.py -O3
|
||||
run: python3 ./assertflags.py -O3 PY_BUILTIN_MODULE_CFLAGS PY_CFLAGS_NODIST PY_CORE_CFLAGS PY_STDMODULE_CFLAGS
|
||||
- optimizedflags_3rd:
|
||||
dir: python/flags
|
||||
run: python3 ./assertflags.py -O2 CFLAGS PY_CFLAGS
|
||||
- debugflags:
|
||||
dir: python/flags
|
||||
run: python3-debug ./assertflags.py -O0
|
||||
|
Loading…
Reference in New Issue
Block a user