From b92aed4de7fba31ff5ef935bf821f546de3dc9fc Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 11 Mar 2020 10:27:13 +0100 Subject: Disabled armv7hl due to build failures --- firefox.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - 74.0-4 - Remove unused libIDL build dep +- Disabled arm due to build failures * Tue Mar 10 2020 Martin Stransky - 74.0-3 - Update to 74.0 Build 3 -- cgit