SHA256
1
0
forked from pool/Mesa

_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:
Stefan Dirsch 2022-11-15 15:44:07 +00:00 committed by Git OBS Bridge
parent 8ce905f6de
commit 2f6f5ba800
2 changed files with 15 additions and 6 deletions

View File

@ -2,7 +2,7 @@
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)
* build with '-j1' on ppc64
* build with '-j1'
* let's request 4G of physical memory via _constraints file
-------------------------------------------------------------------

View File

@ -3,8 +3,6 @@
<conditions>
<arch>aarch64</arch>
<arch>ppc</arch>
<arch>ppc64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
<arch>i586</arch>
</conditions>
@ -12,9 +10,20 @@
<disk>
<size unit="G">9</size>
</disk>
<memory>
<size unit="M">4096</size>
</memory>
</hardware>
</overwrite>
<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>
</overwrite>
</constraints>