forked from pool/rust1.80
312064bb82
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust1.80?expand=0&rev=1
28 lines
775 B
XML
28 lines
775 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<!-- processors doesn't actually ... get you that many threads. Sigh -->
|
|
<!-- request number of jobs instead (6 is max on ppc/s390x) -->
|
|
<jobs>6</jobs>
|
|
<physicalmemory>
|
|
<size unit="G">4</size>
|
|
</physicalmemory>
|
|
<disk>
|
|
<!-- Needed when we may need to bundle llvm -->
|
|
<size unit="G">30</size>
|
|
</disk>
|
|
</hardware>
|
|
<!-- aarch64: X-Gene cpus are the only ones that work as there is a bug in others - select -->
|
|
<!-- 12G of ram to ensure these are what's used. -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">12</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|