- build with '-j1' on ppc64 due to running OOM (boo#1205441)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1161
This commit is contained in:
Stefan Dirsch 2022-11-15 15:03:00 +00:00 committed by Git OBS Bridge
parent e797f8eaff
commit 618acead7d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- build with '-j1' on ppc64 due to running OOM (boo#1205441)
-------------------------------------------------------------------
Tue Nov 8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -884,7 +884,12 @@ egl_platforms=x11,wayland
-Dcpp_args="%{optflags}"
%endif
# not enough memory on ppc64le (boo#1205441)
%ifarch ppc64 ppc64le
%meson_build -j1
%else
%meson_build
%endif
%install
%meson_install