From: Sage Weil Date: Sat, 16 Jun 2012 22:32:52 +0000 (-0700) Subject: build with single processor X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f3c81ac3ba007bb2290f62d02f092db142c0dbf;p=ceph-build.git build with single processor AFAICS wheezy ccache is broken wrt parallel make, and pbuilder refuses to not use it. --- diff --git a/build_debs.sh b/build_debs.sh index 2d3f736e..4d388b26 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