Temporarily disable tests on 32 bit ARM, to be able to ship a CVE fix

https://pagure.io/fedora-infrastructure/issue/9591
This commit is contained in:
Miro Hrončok 2021-01-21 12:06:58 +00:00
parent 452eec8636
commit ca1a606565

View File

@ -72,8 +72,14 @@ License: Python
# https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup
%bcond_without no_semantic_interposition %bcond_without no_semantic_interposition
%ifnarch %{arm}
# Run the test suite in %%check # Run the test suite in %%check
%bcond_without tests %bcond_without tests
%else
# Builds with tests cause kojid OOM kill on 32 bit ARM builders
# https://pagure.io/fedora-infrastructure/issue/9591
%bcond_with tests
%endif
# Extra build for debugging the interpreter or C-API extensions # Extra build for debugging the interpreter or C-API extensions
# (the -debug subpackages) # (the -debug subpackages)