From aa1afc93255ca5be1d243b2cc6c8cf1e1f8204ff Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Nov 26 2024 20:59:45 +0000 Subject: Disable test suite on i686 Discussed here: https://src.fedoraproject.org/rpms/qemu/pull-request/71 Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index 7397ceb..cfba92b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -2151,7 +2151,12 @@ echo "Testing %{name}-build" # ppc64le random qtest segfaults with no discernable pattern # Last check: 2023-10 # Added: 2022-06 -%ifnarch %{power64} +# +# i686 test failing as of qemu-9.2.0-rcX. Discussed here: +# https://src.fedoraproject.org/rpms/qemu/pull-request/71 +# Decided to disable i686 tests entirely, en route to fully +# removing i686 support in the future +%ifnarch %{power64} %{ix86} %make_build check %endif