Re-enable tests on armv7.
Reverts this commit:
commit 4791eadbe0
Author: Richard W.M. Jones <rjones@redhat.com>
Date: Tue Aug 31 22:59:11 2021 +0100
Disable tests on armv7hl because of
https://bugzilla.redhat.com/show_bug.cgi?id=1999878
This commit is contained in:
parent
bb338a4aa7
commit
8652782c79
@ -28,9 +28,7 @@
|
||||
|
||||
# If the test suite is broken on a particular architecture, document
|
||||
# it as a bug and add it to this list.
|
||||
#
|
||||
# armv7: https://bugzilla.redhat.com/show_bug.cgi?id=1999878
|
||||
%global broken_test_arches armv7hl
|
||||
%global broken_test_arches NONE
|
||||
|
||||
%if 0%{?rhel} == 7
|
||||
# On RHEL 7, nothing in the virt stack is shipped on aarch64 and
|
||||
@ -51,7 +49,7 @@ ExclusiveArch: x86_64
|
||||
|
||||
Name: nbdkit
|
||||
Version: 1.27.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: NBD server
|
||||
|
||||
License: BSD
|
||||
@ -1246,6 +1244,9 @@ export LIBGUESTFS_TRACE=1
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 1 2021 Richard W.M. Jones <rjones@redhat.com> - 1.27.8-3
|
||||
- Re-enable tests on armv7.
|
||||
|
||||
* Tue Aug 31 2021 Richard W.M. Jones <rjones@redhat.com> - 1.27.8-2
|
||||
- Fix for qemu 6.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user