summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2021-12-22 15:28:52 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2021-12-22 15:38:40 -0800
commitd44ab31d66e37c8a0ae5cf46a3a63b438a52261f (patch)
tree84c63eb62d502cc089fd596cb74cc0a1f2e2cc6f
parent22cc9a1d988b35808404aaf26032d7e329fc9279 (diff)
downloadspecs-d44ab31d66e37c8a0ae5cf46a3a63b438a52261f.tar.gz
specs-d44ab31d66e37c8a0ae5cf46a3a63b438a52261f.tar.xz
specs-d44ab31d66e37c8a0ae5cf46a3a63b438a52261f.zip
cachelib: drop 32bit
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-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++