CI: Assert -O2 and -O3 flags are applied to proper sysconfig keys

Resolves: RHEL-49637
This commit is contained in:
Miro Hrončok 2024-08-01 15:02:50 +02:00
parent c96896b851
commit 097f1f3dde

View File

@ -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