1
0

Accepting request 991219 from home:Guillaume_G:branches:mozilla:Factory

- Move %limit_build set before mozilla config to actually set the
  value of %jobs to MOZ_MAKE_FLAGS to fix build on aarch64

OBS-URL: https://build.opensuse.org/request/show/991219
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=987
This commit is contained in:
Wolfgang Rosenauer 2022-07-27 07:10:26 +00:00 committed by Git OBS Bridge
parent 1e472195d6
commit 0ce875e31b
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 13 07:54:21 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Move %limit_build set before mozilla config to actually set the
value of %jobs to MOZ_MAKE_FLAGS to fix build on aarch64
-------------------------------------------------------------------
Wed Jul 6 18:35:47 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -399,6 +399,10 @@ EOF
# Done with env-variables.
source ./.obsenv.sh
%ifarch aarch64 %arm ppc64 ppc64le
%limit_build -m 2000
%endif
# Generating mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
@ -491,9 +495,6 @@ EOF
cat ./.obsenv.sh
cat $MOZCONFIG
%else
%ifarch aarch64 %arm ppc64 ppc64le
%limit_build -m 2000
%endif
%if 0%{useccache} != 0
ccache -s