From 7bf2744f0e6d19521c74add8290253b8441a03df Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 22 Apr 2018 19:56:46 +0100 Subject: [PATCH] Disable tests on ppc64. --- libguestfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index 68fa44e..35e673f 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -16,11 +16,12 @@ # arm: times out when running the test # aarch64: "MSI is not supported by interrupt controller" (RHBZ#1414081) # i686: constantly broken, so I have disabled it, probably forever +# ppc64: guestfsd segfaults # ppc64le: kernel doesn't boot on qemu (RHBZ#1435873) # s390x: qemu TCG cannot emulate enough to boot the kernel # (however KVM would work if it was available in Koji, so this # is not a bug) -%global test_arches ppc64 x86_64 +%global test_arches x86_64 # Trim older changelog entries. # https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627