- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
(boo#1196640) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1085
This commit is contained in:
parent
5862c8f95a
commit
a48808688f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 13:32:42 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
|
||||||
|
(boo#1196640)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -767,7 +767,7 @@ sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build
|
|||||||
%build
|
%build
|
||||||
# try to avoid OOM on ppc64 (boo#1194739)
|
# try to avoid OOM on ppc64 (boo#1194739)
|
||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le
|
||||||
%limit_build -m 750
|
%limit_build -m 1024
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
egl_platforms=x11,wayland
|
egl_platforms=x11,wayland
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 13:32:42 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
|
||||||
|
(boo#1196640)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -766,7 +766,7 @@ sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build
|
|||||||
%build
|
%build
|
||||||
# try to avoid OOM on ppc64 (boo#1194739)
|
# try to avoid OOM on ppc64 (boo#1194739)
|
||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le
|
||||||
%limit_build -m 750
|
%limit_build -m 1024
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
egl_platforms=x11,wayland
|
egl_platforms=x11,wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user