forked from pool/MozillaFirefox
2764c59751
- remove memoryperjob and use %limit instead. this allows to adapt to more worker types, and lowers the time the package is stuck in "scheduling". raising memory above 8 to lower risk for LTO jobs to run OOM - add hack to disable -Wl,--gc-section which avoids a binutils segfault on x86 - change mozilla-reduce-rust-debuginfo.patch: use -g1 everywhere OBS-URL: https://build.opensuse.org/request/show/952269 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=957
40 lines
816 B
XML
40 lines
816 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<jobs>4</jobs>
|
|
<disk>
|
|
<size unit="G">26</size>
|
|
</disk>
|
|
<physicalmemory>
|
|
<size unit="G">15</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>armv6l</arch>
|
|
<arch>armv7l</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">12</size>
|
|
</disk>
|
|
<physicalmemory>
|
|
<size unit="G">5</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- LTO disabled - less RAM -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
<arch>ppc64le</arch>
|
|
<arch>s390x</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">8</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|