From dba69f54be9a6f90a958f66dfc2c313a83a44b04 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 18 Feb 2021 16:53:21 +0000 Subject: [PATCH] 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 --- python3.9.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python3.9.spec b/python3.9.spec index efe7705..5b8596a 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -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)