diff options
author | Martin Stransky <stransky@redhat.com> | 2020-05-05 20:08:47 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-05-05 20:08:47 +0200 |
commit | be267b48e73d8a287e6562af2d395dc9ee22c1e6 (patch) | |
tree | eba2e296eaf5fa8b0d8093c734c24710888e0c3c | |
parent | Disable AV1 on Fedora 30 (diff) | |
download | librewolf-fedora-ff-be267b48e73d8a287e6562af2d395dc9ee22c1e6.tar.gz librewolf-fedora-ff-be267b48e73d8a287e6562af2d395dc9ee22c1e6.tar.bz2 librewolf-fedora-ff-be267b48e73d8a287e6562af2d395dc9ee22c1e6.zip |
Temporary disable aarch64
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 347f858..f604edd 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,8 +10,8 @@ ExcludeArch: armv7hl %endif # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x -# Disabled due to neon build error -# ExcludeArch: aarch64 +# Disabled due to linker failures +ExcludeArch: aarch64 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} |