disable tests on ppc64

This commit is contained in:
Joe Orton 2017-07-10 08:16:41 +01:00
parent 0114678efc
commit a52dae1fd4

View File

@ -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