Only run the self tests on fast arches
This commit is contained in:
parent
b12be41725
commit
e3624cdd04
@ -5,7 +5,11 @@
|
||||
%global systemd_version 231
|
||||
%global json_glib_version 1.1.1
|
||||
|
||||
# PPC64 is too slow to complete the tests under 3 minutes...
|
||||
%ifnarch ppc64
|
||||
%global enable_tests 1
|
||||
%endif
|
||||
|
||||
%global enable_dummy 1
|
||||
|
||||
# fwupd.efi is only available on these arches
|
||||
|
Loading…
Reference in New Issue
Block a user