From 1ded56786af8dcdbc4129e5ba3a148f0e3f756e0 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 21 2021 12:06:58 +0000 Subject: Temporarily disable tests on 32 bit ARM, to be able to ship a CVE fix https://pagure.io/fedora-infrastructure/issue/9591 --- diff --git a/python3.spec b/python3.spec index 0d48fd1..e7f4604 100644 --- a/python3.spec +++ b/python3.spec @@ -66,8 +66,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)