[Pkg-ceph-commits] [ceph] 02/04: Limit number of parallel builds to 2 to reduce memory footprint on builders

James Downing Page jamespage at moszumanska.debian.org
Mon Nov 30 09:55:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch experimental
in repository ceph.

commit 940491e35d91f844f414778a06d4e7f558b5e16e
Author: James Page <james.page at ubuntu.com>
Date:   Mon Nov 30 09:48:37 2015 +0000

    Limit number of parallel builds to 2 to reduce memory footprint on builders
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ec80857..02c11eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
+# Limit parallel builds to 2 for now
+
 # minimise needless linking
 export DEB_LDFLAGS_MAINT_APPEND= -Wl,--as-needed
 
@@ -40,7 +42,7 @@ endif
 extraopts += --with-system-libs3
 
 %:
-	dh $@ --with javahelper,python2,autoreconf,systemd --parallel
+	dh $@ --with javahelper,python2,autoreconf,systemd --parallel --max-parallel=2
 
 # use --as-needed only if supported by dh-autoreconf (to simplify backporting)
 DH_AS_NEEDED=$(shell dpkg --compare-versions $$(dpkg --status dh-autoreconf | grep Version | cut -d' ' -f2) ge 6 && echo --as-needed)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list