From c79c0382cad31564f9ad115bf2d4f709cd7ec6e06a4d94ed97eacb0f4095322f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 19 Jun 2012 19:40:44 +0000 Subject: [PATCH] Accepting request 125430 from KDE:Distro:Factory - disable parallel build, it's too memory hungy for OBS workers OBS-URL: https://build.opensuse.org/request/show/125430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=93 --- digikam.changes | 5 +++++ digikam.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/digikam.changes b/digikam.changes index 9b9ddc2..c8dddef 100644 --- a/digikam.changes +++ b/digikam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 19 12:39:49 UTC 2012 - coolo@suse.com + +- disable parallel build, it's too memory hungy for OBS workers + ------------------------------------------------------------------- Thu Jun 7 21:47:46 UTC 2012 - asterios.dramis@gmail.com diff --git a/digikam.spec b/digikam.spec index 357e77e..8e8e9a7 100644 --- a/digikam.spec +++ b/digikam.spec @@ -260,7 +260,8 @@ popd %cmake_kde4 -d build -- -DENABLE_INTERNALMYSQL=FALSE %endif %endif -%make_jobs +# there are files in there that are so heavy to the compiler, that one is enough +%{__make} -j1 VERBOSE=1 %install cd build