From 59a0af24ad688a892235962b67d877e898b872f51c707199c819045da8357c60 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 29 Dec 2021 21:55:47 +0000 Subject: [PATCH] -armv7l OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=91 --- coccinelle.changes | 2 +- coccinelle.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coccinelle.changes b/coccinelle.changes index 5a846bf..02dc138 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Dec 29 21:21:21 UTC 2021 - ohering@suse.de -- Increase ulimit -s on armv7l/ppc64 during build +- Increase ulimit -s on ppc64 during build ------------------------------------------------------------------- Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de diff --git a/coccinelle.spec b/coccinelle.spec index 8299305..69d7306 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -63,7 +63,7 @@ fixing bugs in systems code. %autosetup -p1 %build -%ifarch armv7l ppc64 +%ifarch ppc64 ulimit -s $((1024 * 64)) %endif autoreconf -fi @@ -71,7 +71,7 @@ autoreconf -fi %make_build -j1 VERBOSE=yes %install -%ifarch armv7l ppc64 +%ifarch ppc64 ulimit -s $((1024 * 64)) %endif b="%buildroot"