SHA256
1
0
forked from pool/qemu

- Up the disk constraint a bit, as some arch-es are failing to build with ENOSPC

OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=854
This commit is contained in:
Dario Faggioli 2024-08-28 21:09:18 +00:00 committed by Git OBS Bridge
parent 360c6ccef0
commit d4fde486a1

View File

@ -1,5 +1,4 @@
<constraints>
<!-- All builds are fine with 10GB disk -->
<overwrite>
<conditions>
<package>qemu</package>
@ -7,7 +6,7 @@
</conditions>
<hardware>
<disk>
<size unit="G">12</size>
<size unit="G">13</size>
</disk>
</hardware>
</overwrite>