From bd635cd85ed29e7de235c309953bef4dbd0ef38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 2 Mar 2023 17:50:22 +0000 Subject: [PATCH] Re-enable tests on i686. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The broken GNUTLS ABI has been fixed https://bugzilla.redhat.com/show_bug.cgi?id=2174758 https://src.fedoraproject.org/rpms/gnutls/pull-request/78 Signed-off-by: Daniel P. Berrangé --- qemu.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qemu.spec b/qemu.spec index c55e6c4..218aee5 100644 --- a/qemu.spec +++ b/qemu.spec @@ -2011,10 +2011,8 @@ rm -rf %{static_buildroot} pushd %{qemu_kvm_build} echo "Testing %{name}-build" -# i686: we propose to drop qemu, for now just disable the tests, see: -# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/C2U5RBADZB2ZUMR74PLNV73C3AIPSLWH/ # 2022-06: ppc64le random qtest segfaults with no discernable pattern -%ifnarch %{ix86} %{power64} +%ifnarch %{power64} %make_build check %endif