0f796dd004
Update to v4.1.0. Also includes other major packaging changes as follows: There is a new package maintenance workflow - see README.PACKAGING for details. The sibling packages qemu-linux-user and qemu-testsuite are now created with the Build Service's MultiBuild feature. This also necessitates combining the qemu-linux-user changelog content back into qemu's. Luckily the delta there is quite small. Note that the qemu spec file is now that much busier, but added section markers should help reduce the confusion. Also qemu is being enabled for RISCV host compatibility, so some changes are related to that as well. OBS-URL: https://build.opensuse.org/request/show/730437 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=487
65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
<constraints>
|
|
<!-- All builds are fine with 8GB disk -->
|
|
<overwrite>
|
|
<conditions>
|
|
<package>qemu</package>
|
|
<package>qemu-linux-user</package>
|
|
<package>qemu-testsuite</package>
|
|
</conditions>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">8</size>
|
|
</disk>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- To build qemu, s390x needs more than the default memory -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>s390x</arch>
|
|
<package>qemu</package>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">1200</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- Excluding ARM, qemu-testsuite needs more than the default memory -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>i586</arch>
|
|
<arch>x86_64</arch>
|
|
<arch>ppc64le</arch>
|
|
<package>qemu-testsuite</package>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4400</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- And for some reason ppc64 needs even more -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>ppc64</arch>
|
|
<package>qemu-testsuite</package>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4800</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<!-- To build qemu in a reasonable amount of time, aarch64 and x86_64 needs as much parallelism as we can get -->
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
<arch>x86_64</arch>
|
|
<package>qemu</package>
|
|
</conditions>
|
|
<hardware>
|
|
<processors>8</processors>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|