Fedora CI: Test -O flags of the debug build

See https://src.fedoraproject.org/tests/python/pull-request/13
This commit is contained in:
Miro Hrončok 2019-10-21 17:01:42 +02:00
parent 10ec9de2ef
commit 9fa948fc22
1 changed files with 3 additions and 0 deletions

View File

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