Tests pass on aarch64, so make that check mandatory too.
This commit is contained in:
parent
c99809b76e
commit
bdab1d8d09
@ -20,7 +20,7 @@
|
||||
%global test_arches aarch64 %{power64} x86_64
|
||||
# These are the architectures for which the tests must pass otherwise
|
||||
# the build will fail.
|
||||
%global test_arches_required %{power64} x86_64
|
||||
%global test_arches_required aarch64 %{power64} x86_64
|
||||
|
||||
# Architectures where parallel builds fail.
|
||||
%global no_parallel_build_arches aarch64
|
||||
|
Loading…
Reference in New Issue
Block a user