Luke Jones 2019-03-19 04:26:22 +00:00 committed by Git OBS Bridge
parent d66cfe6b03
commit b7b40c9b10

View File

@ -9,6 +9,7 @@
<size unit="G">60</size> <size unit="G">60</size>
</disk> </disk>
</hardware> </hardware>
<!-- i586, armv6 and armv7 tend to run out of memory during builds -->
<overwrite> <overwrite>
<conditions> <conditions>
<arch>i586</arch> <arch>i586</arch>
@ -25,6 +26,7 @@
</disk> </disk>
</hardware> </hardware>
</overwrite> </overwrite>
<!-- x86_64 to use physical memory to speed builds up -->
<overwrite> <overwrite>
<conditions> <conditions>
<arch>x86_64</arch> <arch>x86_64</arch>
@ -35,6 +37,7 @@
</physicalmemory> </physicalmemory>
</hardware> </hardware>
</overwrite> </overwrite>
<!-- aarch64 is a time consuming build, try to use RAM -->
<overwrite> <overwrite>
<conditions> <conditions>
<arch>aarch64</arch> <arch>aarch64</arch>
@ -48,6 +51,7 @@
</disk> </disk>
</hardware> </hardware>
</overwrite> </overwrite>
<!-- 25GB of disk as 60GB is unavailable (and unrequired) on s390x and ppc64 -->
<overwrite> <overwrite>
<conditions> <conditions>
<arch>s390x</arch> <arch>s390x</arch>