_constraints: only request 4G of physical memory on ppc64
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1163
This commit is contained in:
parent
8ce905f6de
commit
2f6f5ba800
@ -2,7 +2,7 @@
|
|||||||
Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
- try to fix build on ppc64le due to running OOM (boo#1205441)
|
- try to fix build on ppc64le due to running OOM (boo#1205441)
|
||||||
* build with '-j1' on ppc64
|
* build with '-j1'
|
||||||
* let's request 4G of physical memory via _constraints file
|
* let's request 4G of physical memory via _constraints file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
19
_constraints
19
_constraints
@ -3,8 +3,6 @@
|
|||||||
<conditions>
|
<conditions>
|
||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
<arch>ppc</arch>
|
<arch>ppc</arch>
|
||||||
<arch>ppc64</arch>
|
|
||||||
<arch>ppc64le</arch>
|
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
<arch>i586</arch>
|
<arch>i586</arch>
|
||||||
</conditions>
|
</conditions>
|
||||||
@ -12,9 +10,20 @@
|
|||||||
<disk>
|
<disk>
|
||||||
<size unit="G">9</size>
|
<size unit="G">9</size>
|
||||||
</disk>
|
</disk>
|
||||||
<memory>
|
</hardware>
|
||||||
<size unit="M">4096</size>
|
</overwrite>
|
||||||
</memory>
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>ppc64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<disk>
|
||||||
|
<size unit="G">9</size>
|
||||||
|
</disk>
|
||||||
|
<physicalmemory>
|
||||||
|
<size unit="G">4</size>
|
||||||
|
</physicalmemory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
Loading…
Reference in New Issue
Block a user