From 38402af519b3d4de1debf0202283c7d567cd6229 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 9 Nov 2020 08:24:23 +0100 Subject: Exclude s390x as it still fails to build There are still some other problems, see https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 --- firefox.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 11e5d3a..e2ac7f1 100644 --- a/firefox.spec +++ b/firefox.spec @@ -7,6 +7,10 @@ %global create_debuginfo 1 %global system_nss 1 +# There are still build problems on s390x, see +# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 +ExcludeArch: s390x + %ifarch armv7hl %global create_debuginfo 0 %endif -- cgit