From 9fa948fc229264521154ee95dc929f000548e043 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Oct 23 2019 23:50:13 +0000 Subject: Fedora CI: Test -O flags of the debug build See https://src.fedoraproject.org/tests/python/pull-request/13 --- diff --git a/tests/tests.yml b/tests/tests.yml index 1df72bc..aa0197d 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -20,6 +20,9 @@ - debugtest: dir: python/selftest run: VERSION=3.8 PYTHON=python3-debug X="-x test_wsgiref" ./parallel.sh + - debugflags: + dir: python/flags + run: python3-debug ./assertflags.py -Og required_packages: - gcc # for extension building in venv and selftest - gdb # for test_gdb