summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/cachelib.spec8
1 files changed, 8 insertions, 0 deletions
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++