SHA256
1
0
forked from pool/Mesa

Accepting request 1036252 from X11:XOrg

- try to fix build on ppc64le due to running OOM (boo#1205441)
  * let's request 20G of physical memory via _constraints file

OBS-URL: https://build.opensuse.org/request/show/1036252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=460
This commit is contained in:
Dominique Leuenberger 2022-11-17 16:24:19 +00:00 committed by Git OBS Bridge
commit 0dae465ee0
2 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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)
* let's request 20G of physical memory via _constraints file
-------------------------------------------------------------------
Tue Nov 8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

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>
@ -14,4 +12,18 @@
</disk>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<disk>
<size unit="G">9</size>
</disk>
<physicalmemory>
<size unit="G">20</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>