From 2f6f5ba80032ee0b0184e652afe810610072f3199a28e41f77642c1e7c432dc4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 15 Nov 2022 15:44:07 +0000 Subject: [PATCH] _constraints: only request 4G of physical memory on ppc64 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1163 --- Mesa.changes | 2 +- _constraints | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index e4d5efa..a75939b 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -2,7 +2,7 @@ Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch - try to fix build on ppc64le due to running OOM (boo#1205441) - * build with '-j1' on ppc64 + * build with '-j1' * let's request 4G of physical memory via _constraints file ------------------------------------------------------------------- diff --git a/_constraints b/_constraints index a30720c..8044594 100644 --- a/_constraints +++ b/_constraints @@ -3,8 +3,6 @@ aarch64 ppc - ppc64 - ppc64le x86_64 i586 @@ -12,9 +10,20 @@ 9 - - 4096 - + + + + + ppc64 + ppc64le + + + + 9 + + + 4 +