diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-05-20 13:51:44 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2020-05-20 13:51:44 +0100 |
commit | e68d47832d99ca2479b9d31892b12726b9158d55 (patch) | |
tree | 2da1d295ef95fd29bfc0e831f79ad8abc64a0882 /firefox.spec | |
parent | Added extra va-api frames to vp8/9 decoder. (diff) | |
download | librewolf-fedora-ff-e68d47832d99ca2479b9d31892b12726b9158d55.tar.gz librewolf-fedora-ff-e68d47832d99ca2479b9d31892b12726b9158d55.tar.bz2 librewolf-fedora-ff-e68d47832d99ca2479b9d31892b12726b9158d55.zip |
Revert "Temporary disable aarch64"
The issue was only around for a few days (and was never meant to actuall be pushed :-/)
This reverts commit be267b48e73d8a287e6562af2d395dc9ee22c1e6.
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 7893c82..0427e7d 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 linker failures -ExcludeArch: aarch64 +# Disabled due to neon build error +# ExcludeArch: aarch64 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} |