From 4ea59edee7ff0bb9b710f095c7beaef60f65ec0b5c761875e7e5896046c5df58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sun, 4 Oct 2020 13:41:43 +0000 Subject: [PATCH] Accepting request 839248 from home:StefanBruens:branches:graphics - Clean up constraints: * Remove ppc64le specific memory bound, use global 4GB limit. * Add memoryperjob constraint, some ppc64{,le} workers have a high core-to-memory ratio. OBS-URL: https://build.opensuse.org/request/show/839248 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=71 --- _constraints | 16 ++++++---------- inkscape.changes | 8 ++++++++ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/_constraints b/_constraints index c768be9..597fa88 100644 --- a/_constraints +++ b/_constraints @@ -3,16 +3,12 @@ 5 + + 4000 + + + 800 + - - - ppc64le - - - - 4800 - - - diff --git a/inkscape.changes b/inkscape.changes index c68ac80..d6466f3 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 2 23:17:32 UTC 2020 - Stefan BrĂ¼ns + +- Clean up constraints: + * Remove ppc64le specific memory bound, use global 4GB limit. + * Add memoryperjob constraint, some ppc64{,le} workers have + a high core-to-memory ratio. + ------------------------------------------------------------------- Tue Sep 8 11:58:49 UTC 2020 - Alexei Sorokin