From be267b48e73d8a287e6562af2d395dc9ee22c1e6 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 5 May 2020 20:08:47 +0200 Subject: Temporary disable aarch64 --- firefox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 347f858..f604edd 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,8 +10,8 @@ ExcludeArch: armv7hl %endif # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x -# Disabled due to neon build error -# ExcludeArch: aarch64 +# Disabled due to linker failures +ExcludeArch: aarch64 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} -- cgit