From e6a755e643bc9a87e1baa39287535f2350851c88 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Nov 26 2022 18:21:54 +0000 Subject: Add ExcludeArch: i686 This is encouraged by Changes/EncourageI686LeafRemoval; plus, some of the tests are currently segfaulting on that architecture. --- diff --git a/arbor.spec b/arbor.spec index d48b2de..b4a120a 100644 --- a/arbor.spec +++ b/arbor.spec @@ -37,8 +37,10 @@ License: BSD Patch1: 0001-Quote-various-cmake-var-values.patch -# Random123 does not support these -ExcludeArch: mips64r2 mips32r2 s390 +# Random123 does not support: +# mips64r2 mips32r2 s390 +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: mips64r2 mips32r2 s390 %{ix86} BuildRequires: cmake BuildRequires: make