From 326fe0a9c80a173d01c154976b1fb5f04dad17d5 Mon Sep 17 00:00:00 2001 From: komat Date: Tue, 25 Aug 2020 07:58:41 +0200 Subject: [PATCH] Disabled aarch64 due to rhbz#1872111 --- firefox.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox.spec b/firefox.spec index c9443bc..92df61a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -8,6 +8,8 @@ ExcludeArch: ppc64le # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x +# Temporary disabled, filed as rhbz#1872111 +ExcludeArch: aarch64 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} @@ -621,6 +623,8 @@ MOZ_SMP_FLAGS=-j1 [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2 [ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4 [ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8 +#[ "$RPM_BUILD_NCPUS" -ge 16 ] && MOZ_SMP_FLAGS=-j16 +#[ "$RPM_BUILD_NCPUS" -ge 24 ] && MOZ_SMP_FLAGS=-j24 %endif echo "mk_add_options MOZ_MAKE_FLAGS=\"$MOZ_SMP_FLAGS\"" >> .mozconfig