From: Kefu Chai Date: Wed, 2 Dec 2020 09:22:49 +0000 (+0800) Subject: scripts/build_utils.sh: pass --profiles nocheck to pbuilder X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1715%2Fhead;p=ceph-build.git scripts/build_utils.sh: pass --profiles nocheck to pbuilder so we can do profile-based build on debian derivative distros. "nocheck" is one of the registered profile names. be specifying "nocheck", we can reduce the build depends required by building Ceph once the related Build-Depends in debian/control are marked with "nocheck". see https://wiki.debian.org/BuildProfileSpec Signed-off-by: Kefu Chai --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index f5191ef1..cb934421 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -814,6 +814,7 @@ build_debs() { --distribution $DIST \ --basetgz $pbuilddir/$DIST.tgz \ --buildresult $releasedir/$cephver \ + --profiles nocheck \ $releasedir/$cephver/ceph_$bpvers.dsc # do lintian checks