diff options
author | Martin Stransky <stransky@redhat.com> | 2020-02-12 22:36:41 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-02-12 22:36:41 +0100 |
commit | fa2dad15ece477194d3660cf23fd2d332b8db7a8 (patch) | |
tree | cb37a9939c360d032312e6c56c83fbe4a9ef0d8a | |
parent | build fix (diff) | |
download | librewolf-fedora-ff-fa2dad15ece477194d3660cf23fd2d332b8db7a8.tar.gz librewolf-fedora-ff-fa2dad15ece477194d3660cf23fd2d332b8db7a8.tar.bz2 librewolf-fedora-ff-fa2dad15ece477194d3660cf23fd2d332b8db7a8.zip |
temporary disable aarch64
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 094ac4e..7c67bc4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -8,6 +8,8 @@ ExcludeArch: armv7hl # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x +# Disabled due to neon build error +ExcludeArch: aarch64 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} |