summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-03-11 10:27:13 +0100
committerMartin Stransky <stransky@redhat.com>2020-03-11 10:27:13 +0100
commitb92aed4de7fba31ff5ef935bf821f546de3dc9fc (patch)
tree98952e00be4475209b65385605c2c937e5c55b4c
parentuse -j1 on arm (diff)
downloadlibrewolf-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.spec3
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
bgstack15