1
0

Accepting request 805351 from home:michel_mno:branches:mozilla:Factory

- change again _constraints for ppc64le use <physicalmemory>
  and increase limit_build in spec file to reduce max_jobs.

OBS-URL: https://build.opensuse.org/request/show/805351
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=828
This commit is contained in:
Wolfgang Rosenauer 2020-05-14 06:50:59 +00:00 committed by Git OBS Bridge
parent d5f3632780
commit 15bd5b7707
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 13 12:21:13 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- change again _constraints for ppc64le use <physicalmemory>
and increase limit_build in spec file to reduce max_jobs.
-------------------------------------------------------------------
Sat May 9 11:45:39 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -382,7 +382,11 @@ echo "export RUSTFLAGS=\"$RUSTFLAGS\""
echo ""
cat << EOF
%else
%ifarch ppc64 ppc64le
%limit_build -m 2500
%else
%limit_build -m 2000
%endif
cat << EOF > $MOZCONFIG
%endif
mk_add_options MOZILLA_OFFICIAL=1

View File

@ -50,9 +50,9 @@
<disk>
<size unit="G">25</size>
</disk>
<memory>
<physicalmemory>
<size unit="G">10</size>
</memory>
</physicalmemory>
</hardware>
</overwrite>
</constraints>