From eedf91107a76c0ffb9637f21f01ed0b383694ef4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 22 Nov 2021 16:56:46 +0000 Subject: [PATCH] ExcludeArch armv7 temporarily --- qemu.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qemu.spec b/qemu.spec index 10b02cf..88631d8 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,6 +3,18 @@ # the qemu test suite is historically flakey %bcond_without check +# RWMJ: +# Currently fails to build on armv7 because of this GCC error: +# during RTL pass: mach +# ../util/vfio-helpers.c: In function 'qemu_vfio_open_pci': +# ../util/vfio-helpers.c:523:1: internal compiler error: in create_fix_barrier, at config/arm/arm.c:17891 +# 523 | } +# | ^ +# (gcc-11.2.1-6.fc36.armv7hl) +# I am still trying to reproduce this locally and will file a +# bug if I manage to do that. +ExcludeArch: %{arm} + %global libfdt_version 1.6.0 %global libseccomp_version 2.4.0 %global libusbx_version 1.0.23