diff options
author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-12-22 15:28:52 -0800 |
---|---|---|
committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-12-22 15:38:40 -0800 |
commit | d44ab31d66e37c8a0ae5cf46a3a63b438a52261f (patch) | |
tree | 84c63eb62d502cc089fd596cb74cc0a1f2e2cc6f | |
parent | 22cc9a1d988b35808404aaf26032d7e329fc9279 (diff) | |
download | specs-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.spec | 8 |
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++ |