From 68d0df899603392599bb62cbb25852f2871bd44b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 2 Dec 2020 17:22:49 +0800 Subject: [PATCH] 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 --- scripts/build_utils.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3