only enable pzstd on x86 architectures
Both aarch64 and armv7hl are currently segfaulting in the same pzstd ThreadPool test
This commit is contained in:
parent
4171324dcf
commit
954509f026
@ -1,7 +1,8 @@
|
|||||||
# gcc-4.4 is currently too old to compile pzstd
|
# gcc-4.4 is currently too old to compile pzstd
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 6
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
||||||
# aarch64 currently gives a segfault in ThreadPool test
|
# aarch64 and armv7hl at least currently segfault
|
||||||
%ifnarch aarch64
|
# in ThreadPool test for the pzstd util
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
%global with_pzstd 1
|
%global with_pzstd 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user