- 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:
parent
e797f8eaff
commit
618acead7d
@ -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>
|
Tue Nov 8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -884,7 +884,12 @@ egl_platforms=x11,wayland
|
|||||||
-Dcpp_args="%{optflags}"
|
-Dcpp_args="%{optflags}"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# not enough memory on ppc64le (boo#1205441)
|
||||||
|
%ifarch ppc64 ppc64le
|
||||||
|
%meson_build -j1
|
||||||
|
%else
|
||||||
%meson_build
|
%meson_build
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
Loading…
Reference in New Issue
Block a user