From d44ab31d66e37c8a0ae5cf46a3a63b438a52261f Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 22 Dec 2021 15:28:52 -0800 Subject: cachelib: drop 32bit Signed-off-by: Michel Alexandre Salim --- meta/cachelib.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta/cachelib.spec b/meta/cachelib.spec index b08710e..860b9b3 100644 --- a/meta/cachelib.spec +++ b/meta/cachelib.spec @@ -32,6 +32,14 @@ Patch2: %{name}-versioned_so.patch # Folly is known not to work on big-endian CPUs # https://bugzilla.redhat.com/show_bug.cgi?id=1892151 ExcludeArch: s390x +# does not compile cleanly on 32-bit arches +# TODO: file excludearch blocker +%if 0%{?el8} +ExcludeArch: %{arm} +%else +ExcludeArch: %{arm32} +%endif +ExcludeArch: %{ix86} BuildRequires: cmake BuildRequires: gcc-c++ -- cgit