Disable tests again on aarch64.
This commit is contained in:
parent
dca3530e6a
commit
e756bef079
@ -4,11 +4,13 @@
|
|||||||
%if %{defined libguestfs_runtests}
|
%if %{defined libguestfs_runtests}
|
||||||
%global runtests %{libguestfs_runtests}
|
%global runtests %{libguestfs_runtests}
|
||||||
%else
|
%else
|
||||||
%ifnarch %{arm} %{ix86} ppc %{power64}
|
%ifnarch aarch64 %{arm} %{ix86} ppc %{power64}
|
||||||
%global runtests 1
|
%global runtests 1
|
||||||
%else
|
%else
|
||||||
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
|
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
|
||||||
# Disabled on arm, see RHBZ#1066581.
|
# Disabled on arm, see RHBZ#1066581.
|
||||||
|
# Disabled on aarch64 because it requires qemu or supermin to uncompress
|
||||||
|
# the kernel.
|
||||||
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
||||||
%global runtests 0
|
%global runtests 0
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user