summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-07-30 09:10:04 +0200
committerMartin Stransky <stransky@redhat.com>2020-07-30 09:10:04 +0200
commit1f3af1910cd85c9556f8e54a78fa579357044d5e (patch)
tree4426dca67b8572c57502307ea5e2611fb0432813 /firefox.spec
parentFixed pipewire 0.2 patch (diff)
downloadlibrewolf-fedora-ff-1f3af1910cd85c9556f8e54a78fa579357044d5e.tar.gz
librewolf-fedora-ff-1f3af1910cd85c9556f8e54a78fa579357044d5e.tar.bz2
librewolf-fedora-ff-1f3af1910cd85c9556f8e54a78fa579357044d5e.zip
Disabled ppc64le due to cargo crash (rhbz#1862012)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 3 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index 6eea939..3b69ee6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -4,14 +4,10 @@
%global build_with_clang 0
%global build_with_asan 0
-# disable arm builds with gcc 10 until bug 94050 is backported to Fedora
-#%if 0%{?fedora} > 31
-#ExcludeArch: armv7hl
-#%endif
+# Temporary disabled, filed as rhbz#1862012
+ExcludeArch: ppc64le
# 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}
@@ -962,6 +958,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed Jul 29 2020 Martin Stransky <stransky@redhat.com> - 79.0-2
- Try to enable armv7hl again.
+- Disabled ppc64le due to cargo crash (rhbz#1862012).
* Mon Jul 27 2020 Martin Stransky <stransky@redhat.com> - 79.0-1
- Update to 79.0
bgstack15