summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-10-07 08:33:56 +0200
committerJan Horak <jhorak@redhat.com>2020-10-07 08:33:56 +0200
commit8be51c4c516e8c1c244097307d4e28ae089f7fcc (patch)
treeb1b74cc79f4274107e7cc67ff004c5fa83feedf6 /firefox.spec
parentAdded pgo build fix (diff)
downloadlibrewolf-fedora-ff-8be51c4c516e8c1c244097307d4e28ae089f7fcc.tar.gz
librewolf-fedora-ff-8be51c4c516e8c1c244097307d4e28ae089f7fcc.tar.bz2
librewolf-fedora-ff-8be51c4c516e8c1c244097307d4e28ae089f7fcc.zip
Reenable s390x as https://pagure.io/koji/issue/1418 seems to be fixed
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index f7eea27..1aecb7f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -4,9 +4,6 @@
%global build_with_clang 0
%global build_with_asan 0
-# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
-ExcludeArch: s390x
-
%global enable_mozilla_crashreporter 0
%ifarch x86_64 %{ix86}
%global enable_mozilla_crashreporter 1
bgstack15