From b40daaf2298451ebb89e6e84c51a85375c4d03cc Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 20 May 2019 16:07:18 +0100 Subject: [PATCH] Only run the self tests on fast arches --- fwupd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fwupd.spec b/fwupd.spec index 7d5df7d..dea9200 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -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