2014-08-06 09:24:22 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<constraints>
|
|
|
|
<sandbox>kvm</sandbox>
|
|
|
|
<hardware>
|
2023-12-11 07:46:26 +01:00
|
|
|
<!-- 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>
|
2023-12-10 16:00:31 +01:00
|
|
|
<size unit="G">8</size>
|
2023-12-11 07:46:26 +01:00
|
|
|
</physicalmemory>
|
|
|
|
<disk>
|
|
|
|
<!-- Needed when we may need to bundle llvm -->
|
|
|
|
<size unit="G">30</size>
|
|
|
|
</disk>
|
2014-08-06 09:24:22 +02:00
|
|
|
</hardware>
|
2023-12-11 07:46:26 +01:00
|
|
|
<!-- 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. -->
|
2022-07-05 14:30:51 +02:00
|
|
|
<overwrite>
|
|
|
|
<conditions>
|
2023-12-11 07:46:26 +01:00
|
|
|
<arch>aarch64</arch>
|
2022-07-05 14:30:51 +02:00
|
|
|
</conditions>
|
2023-12-11 07:46:26 +01:00
|
|
|
<hardware>
|
|
|
|
<physicalmemory>
|
|
|
|
<size unit="G">12</size>
|
|
|
|
</physicalmemory>
|
|
|
|
</hardware>
|
2022-07-05 14:30:51 +02:00
|
|
|
</overwrite>
|
2014-08-06 09:24:22 +02:00
|
|
|
</constraints>
|