summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-09 08:03:59 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-09 08:03:59 +0200
commit7ca551f7b3a6b097dbdec63a0665ae282567251a (patch)
tree9f90a55d9f8406679553e170d8bd91b63bfeaeec
parentUpdated mozilla-1656727.patch (diff)
downloadlibrewolf-fedora-ff-7ca551f7b3a6b097dbdec63a0665ae282567251a.tar.gz
librewolf-fedora-ff-7ca551f7b3a6b097dbdec63a0665ae282567251a.tar.bz2
librewolf-fedora-ff-7ca551f7b3a6b097dbdec63a0665ae282567251a.zip
Disabled s390x due to https://bugzilla.redhat.com/show_bug.cgi?id=1886672
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index aa7afe8..fc3d13c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -4,6 +4,9 @@
%global build_with_clang 0
%global build_with_asan 0
+# Disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1886672
+ExcludeArch: s390x
+
%global enable_mozilla_crashreporter 0
%ifarch x86_64 %{ix86}
%global enable_mozilla_crashreporter 1
bgstack15