Disable libguestfs test on ppc64le because qemu is broken:

https://bugzilla.redhat.com/show_bug.cgi?id=2006709
This commit is contained in:
Richard W.M. Jones 2021-09-22 10:35:11 +01:00
parent 2be736e65b
commit 1d3b29e985
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
%global _hardened_build 1
%ifarch %{kernel_arches}
# ppc64le broken in rawhide:
# https://bugzilla.redhat.com/show_bug.cgi?id=2006709
# riscv64 tests fail with
# qemu-system-riscv64: invalid accelerator kvm
# qemu-system-riscv64: falling back to tcg
@ -8,7 +10,7 @@
# This seems to require changes in libguestfs and/or qemu to support
# -cpu max or -cpu virt.
# s390x builders can't run libguestfs
%ifnarch riscv64 s390 s390x
%ifnarch %{power64} riscv64 s390 s390x
%global have_libguestfs 1
%endif
%endif