changed needed mem/pthread from 12GB to 750 MB

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1080
This commit is contained in:
Stefan Dirsch 2022-01-17 11:41:19 +00:00 committed by Git OBS Bridge
parent 8f7399abc5
commit 06d116fb6c
2 changed files with 2 additions and 2 deletions

View File

@ -792,7 +792,7 @@ sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build
%build
# try to avoid OOM on ppc64 (boo#1194739)
%ifarch ppc64 ppc64le
%limit_build -m 12000
%limit_build -m 750
%endif
egl_platforms=x11,wayland

View File

@ -791,7 +791,7 @@ sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build
%build
# try to avoid OOM on ppc64 (boo#1194739)
%ifarch ppc64 ppc64le
%limit_build -m 12000
%limit_build -m 750
%endif
egl_platforms=x11,wayland