Accepting request 825860 from Virtualization:Staging
Update to v5.1.0 qemu OBS-URL: https://build.opensuse.org/request/show/825860 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=557
This commit is contained in:
committed by
Git OBS Bridge
parent
44644229e6
commit
139cdd2a16
16
_constraints
16
_constraints
@@ -1,5 +1,5 @@
|
||||
<constraints>
|
||||
<!-- All builds are fine with 8GB disk -->
|
||||
<!-- All builds are fine with 9GB disk -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<package>qemu</package>
|
||||
@@ -8,10 +8,22 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">8</size>
|
||||
<size unit="G">9</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
<!-- To test qemu-linux-user, armv7l needs more than the default memory -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>armv7l</arch>
|
||||
<package>qemu:linux-user</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">8192</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
<!-- To build qemu, s390x needs more than the default memory -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
|
Reference in New Issue
Block a user