Disable tests on power.

This commit is contained in:
Richard W.M. Jones 2018-06-20 15:01:25 +01:00
parent d3fc497713
commit 94d9cc4399
1 changed files with 4 additions and 0 deletions

View File

@ -54,7 +54,11 @@ make %{?_smp_mflags} all
%check
%ifnarch %{power64}
# Fails on ppc64le with:
# Error: math error
make test
%endif
%files