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