From 7f3c81ac3ba007bb2290f62d02f092db142c0dbf Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Jun 2012 15:32:52 -0700 Subject: [PATCH] build with single processor AFAICS wheezy ccache is broken wrt parallel make, and pbuilder refuses to not use it. --- build_debs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_debs.sh b/build_debs.sh index 2d3f736e6..4d388b262 100755 --- a/build_debs.sh +++ b/build_debs.sh @@ -44,7 +44,6 @@ do --distribution $dist \ --basetgz $pbuilddir/$dist.tgz \ --buildresult $releasedir/$cephver \ - --debbuildopts "-j`grep -c processor /proc/cpuinfo` -b" \ $releasedir/$cephver/ceph_$bpvers.dsc done -- 2.47.3