disable tests on ppc64
This commit is contained in:
parent
0114678efc
commit
a52dae1fd4
@ -1,10 +1,11 @@
|
||||
# set to zero to avoid running test suite
|
||||
%define make_check 1
|
||||
|
||||
%ifarch %{power64}
|
||||
%global with_java 0
|
||||
%global make_check 0
|
||||
%else
|
||||
%global with_java 1
|
||||
%global make_check 1
|
||||
%endif
|
||||
%define with_kwallet 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user