Temporarily disable hanging test on arm
This commit is contained in:
parent
7c5a423647
commit
31085aa400
11
qemu.spec
11
qemu.spec
@ -631,10 +631,13 @@ make V=1 %{?_smp_mflags} $buildldflags
|
||||
gcc %{_sourcedir}/ksmctl.c -O2 -g -o ksmctl
|
||||
|
||||
# Check the binary runs (see eg RHBZ#998722).
|
||||
%ifarch %{kvm_archs}
|
||||
b="./x86_64-softmmu/qemu-system-x86_64"
|
||||
if [ -x "$b" ]; then "$b" -help; fi
|
||||
%endif
|
||||
# XXX: Disable this, currently hanging on arm, and we need to get a build
|
||||
# with the VENOM fix out.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1223319
|
||||
#%ifarch %{kvm_archs}
|
||||
#b="./x86_64-softmmu/qemu-system-x86_64"
|
||||
#if [ -x "$b" ]; then "$b" -help; fi
|
||||
#%endif
|
||||
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user