Disable complete test suite on aarch64.

It was taking longer than a day to run the test suite on aarch64,
although it didn't seem to be hanging or failing, just being very very
slow.

(cherry picked from commit 622aabfee2)
(cherry picked from commit fffade3981)
This commit is contained in:
Richard W.M. Jones 2018-06-11 13:19:25 +01:00
parent 2f7d85fd85
commit 25248aa8e4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# On all other architectures, a simpler test suite must pass. This
# omits any tests that run full qemu, since running qemu under TCG is
# often broken on non-x86_64 arches.
%global complete_test_arches aarch64 x86_64
%global complete_test_arches x86_64
# Currently everything has Python 2. RHEL 7 doesn't have Python 3.
%if 0%{?rhel} != 7