diff options
author | Martin Stransky <stransky@redhat.com> | 2021-11-02 09:32:25 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-11-02 09:32:25 +0100 |
commit | ff8d52acc2e7500b406de3393531ee2627c93108 (patch) | |
tree | 5e878e0f9d0c16107135e3937ae46b5770b9ef02 /firefox.spec | |
parent | Disabled debuginfo on aarch64/fedora33 (diff) | |
download | librewolf-fedora-ff-ff8d52acc2e7500b406de3393531ee2627c93108.tar.gz librewolf-fedora-ff-ff8d52acc2e7500b406de3393531ee2627c93108.tar.bz2 librewolf-fedora-ff-ff8d52acc2e7500b406de3393531ee2627c93108.zip |
Disable aarch64 due to build failures bugzilla.redhat.com/show_bug.cgi?id=2019160
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 16348ab..4e80db0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -41,7 +41,7 @@ ExcludeArch: armv7hl # Disabled due to # https://bugzilla.redhat.com/show_bug.cgi?id=2019160 %if 0%{?fedora} == 33 -%global create_debuginfo 0 +ExcludeArch: aarch64 %endif %ifarch armv7hl |