forked from pool/MozillaFirefox
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:
parent
d5f3632780
commit
15bd5b7707
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -50,9 +50,9 @@
|
||||
<disk>
|
||||
<size unit="G">25</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<physicalmemory>
|
||||
<size unit="G">10</size>
|
||||
</memory>
|
||||
</physicalmemory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
Loading…
Reference in New Issue
Block a user