From 8cc8a041593ae1e4eacc0a5dc0dda55ce8a81b78 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 14 Dec 2022 11:26:36 +0100 Subject: [PATCH] Disabled s390x due to https://bugzilla.redhat.com/show_bug.cgi?id=2153213 --- firefox.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox.spec b/firefox.spec index bdfd9da..a79274e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,6 +6,10 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=2129720 ExcludeArch: i686 +# Disabled due to build failures: +# https://bugzilla.redhat.com/show_bug.cgi?id=2153213 +ExcludeArch: s390x + # Run Mozilla test suite as a part of compile rpm section. Turn off when # building locally and don't want to spend 24 hours waiting for results. %global run_firefox_tests 0