From: Sage Weil Date: Sun, 26 Aug 2012 00:46:51 +0000 (-0700) Subject: Revert "build with single processor" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2870b84306e4aa52b0efbefa5bda288337f2f7e8;p=ceph-build.git Revert "build with single processor" This reverts commit 7f3c81ac3ba007bb2290f62d02f092db142c0dbf. --- diff --git a/build_debs.sh b/build_debs.sh index f164dcf8..a61cf490 100755 --- a/build_debs.sh +++ b/build_debs.sh @@ -44,6 +44,7 @@ do --distribution $dist \ --basetgz $pbuilddir/$dist.tgz \ --buildresult $releasedir/$cephver \ + --debbuildopts "-j`grep -c processor /proc/cpuinfo` -b" \ $releasedir/$cephver/ceph_$bpvers.dsc done