Don't require the checks to succeed on ppc64.

There is a new failure:

Running tests from 'tests/lib-dynlink-native' ...
 ... testing 'main'Fatal error: exception Invalid_argument("output_value: abstract value (outside heap)")
This commit is contained in:
Richard W.M. Jones 2018-01-10 14:56:25 +00:00
parent e65cf15d35
commit 4644b253ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 aarch64 %{power64} x86_64
%global test_arches_required aarch64 ppc64le x86_64
# Architectures where parallel builds fail.
#%global no_parallel_build_arches aarch64