summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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