diff options
author | Jan Horak <jhorak@redhat.com> | 2020-10-07 08:33:56 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2020-10-07 08:33:56 +0200 |
commit | 8be51c4c516e8c1c244097307d4e28ae089f7fcc (patch) | |
tree | b1b74cc79f4274107e7cc67ff004c5fa83feedf6 | |
parent | Added pgo build fix (diff) | |
download | librewolf-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
-rw-r--r-- | firefox.spec | 3 |
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 |