From fa2dad15ece477194d3660cf23fd2d332b8db7a8 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 12 Feb 2020 22:36:41 +0100 Subject: temporary disable aarch64 --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index 094ac4e..7c67bc4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -8,6 +8,8 @@ ExcludeArch: armv7hl # 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} -- cgit