diff options
author | Martin Stransky <stransky@redhat.com> | 2020-03-11 10:27:13 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-03-11 10:27:13 +0100 |
commit | b92aed4de7fba31ff5ef935bf821f546de3dc9fc (patch) | |
tree | 98952e00be4475209b65385605c2c937e5c55b4c | |
parent | use -j1 on arm (diff) | |
download | librewolf-fedora-ff-b92aed4de7fba31ff5ef935bf821f546de3dc9fc.tar.gz librewolf-fedora-ff-b92aed4de7fba31ff5ef935bf821f546de3dc9fc.tar.bz2 librewolf-fedora-ff-b92aed4de7fba31ff5ef935bf821f546de3dc9fc.zip |
Disabled armv7hl due to build failures
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 4436ae4..5a21dea 100644 --- a/firefox.spec +++ b/firefox.spec @@ -5,7 +5,7 @@ %global build_with_asan 0 # Disabled arm due to rhbz#1658940 -# ExcludeArch: armv7hl +ExcludeArch: armv7hl # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x # Disabled due to neon build error @@ -956,6 +956,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 74.0-4 - Remove unused libIDL build dep +- Disabled arm due to build failures * Tue Mar 10 2020 Martin Stransky <stransky@redhat.com> - 74.0-3 - Update to 74.0 Build 3 |