Test that the debug build has the proper -O flags set

Fixes https://src.fedoraproject.org/tests/python/issue/12
This commit is contained in:
Miro Hrončok 2019-10-16 15:44:09 +02:00
commit 96fbcc5c42
2 changed files with 43 additions and 0 deletions

View file

@ -40,6 +40,9 @@
- debugtest38:
dir: selftest
run: VERSION=3.8 PYTHON="python3-debug" X="test_ssl" ./parallel.sh
- debugflags:
dir: flags
run: python3-debug ./assertflags.py -Og
required_packages:
- gcc
- virtualenv