Disable tests on power.
This commit is contained in:
parent
d3fc497713
commit
94d9cc4399
@ -54,7 +54,11 @@ make %{?_smp_mflags} all
|
||||
|
||||
|
||||
%check
|
||||
%ifnarch %{power64}
|
||||
# Fails on ppc64le with:
|
||||
# Error: math error
|
||||
make test
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user