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.
This commit is contained in:
Richard W.M. Jones 2018-06-11 13:19:25 +01:00
parent 9df870792f
commit 622aabfee2
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