Disable tests on 32 bit x86, failing in Rawhide.
This commit is contained in:
parent
4de7f8098e
commit
47f32701ca
@ -4,9 +4,10 @@
|
||||
%if %{defined libguestfs_runtests}
|
||||
%global runtests %{libguestfs_runtests}
|
||||
%else
|
||||
%ifnarch %{arm} ppc ppc64
|
||||
%ifnarch %{ix86} %{arm} ppc ppc64
|
||||
%global runtests 1
|
||||
%else
|
||||
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
|
||||
# Disabled on arm, see RHBZ#1066581.
|
||||
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
||||
%global runtests 0
|
||||
|
Loading…
Reference in New Issue
Block a user