From 097f1f3dde052cd50b69fb299e5ba64ecb685325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 1 Aug 2024 15:02:50 +0200 Subject: [PATCH] CI: Assert -O2 and -O3 flags are applied to proper sysconfig keys Resolves: RHEL-49637 --- tests/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 9cda033..59535f9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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