Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#563b4f4b59a9f81095acfe30899fdc4b040c1b9b
This commit is contained in:
DistroBaker 2021-02-18 16:53:21 +00:00
parent 6a3efb5b41
commit dba69f54be
1 changed files with 6 additions and 0 deletions

View File

@ -72,8 +72,14 @@ License: Python
# https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup
%bcond_without no_semantic_interposition
%ifnarch %{arm}
# Run the test suite in %%check
%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
# (the -debug subpackages)