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:
commit
0dae465ee0
@ -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>
|
||||
|
||||
|
16
_constraints
16
_constraints
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user