Only run the self tests on fast arches

This commit is contained in:
Richard Hughes 2019-05-20 16:07:18 +01:00
parent e3624cdd04
commit b40daaf229
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
%global json_glib_version 1.1.1
# PPC64 is too slow to complete the tests under 3 minutes...
%ifnarch ppc64
%ifnarch ppc64le
%global enable_tests 1
%endif