Re-enable tests on i686.

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é <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2023-03-02 17:50:22 +00:00
parent 0ef68abd71
commit bd635cd85e
1 changed files with 1 additions and 3 deletions

View File

@ -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