From df7299e442144584e9987d7dcf77ec83ad9afe86 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 13 Nov 2020 19:22:57 +0100 Subject: [PATCH] Use mas 2 build process on aarch64/arm/s390x --- firefox.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firefox.spec b/firefox.spec index c3df62b..625d2f6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ # There are still build problems on s390x, see # https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 # https://bugzilla.redhat.com/show_bug.cgi?id=1897522 -ExcludeArch: s390x +# ExcludeArch: s390x %ifarch armv7hl %global create_debuginfo 0 @@ -650,12 +650,12 @@ export CCACHE_DISABLE=1 MOZ_SMP_FLAGS=-j1 # On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel, # however builds tend to fail on other arches when building in parallel. -%ifarch %{ix86} +%ifarch %{ix86} s390x %{arm} aarch64 [ -z "$RPM_BUILD_NCPUS" ] && \ RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2 %endif -%ifarch x86_64 ppc ppc64 ppc64le %{arm} aarch64 +%ifarch x86_64 ppc ppc64 ppc64le [ -z "$RPM_BUILD_NCPUS" ] && \ RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2