Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2022-01-20 00:12:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Thu Jan 20 00:12:02 2022 rev:427 rq:946939 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes 2022-01-15 21:45:27.549622329 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new.1892/Mesa-drivers.changes 2022-01-20 00:12:36.666592560 +0100 @@ -1,0 +2,6 @@ +Mon Jan 17 10:54:32 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- using memory-constraints on ppc64 for trying to avoid OOM during + build (boo#1194739) + +------------------------------------------------------------------- Mesa.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-drivers.spec ++++++ --- /var/tmp/diff_new_pack.dC2hjK/_old 2022-01-20 00:12:37.538593264 +0100 +++ /var/tmp/diff_new_pack.dC2hjK/_new 2022-01-20 00:12:37.542593268 +0100 @@ -143,6 +143,7 @@ BuildRequires: glslang-devel BuildRequires: imake BuildRequires: libtool +BuildRequires: memory-constraints BuildRequires: meson BuildRequires: pkgconfig BuildRequires: python3-base @@ -789,6 +790,11 @@ %endif %build +# try to avoid OOM on ppc64 (boo#1194739) +%ifarch ppc64 ppc64le +%limit_build -m 750 +%endif + egl_platforms=x11,wayland %meson \ Mesa.spec: same change