]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils.sh: pass --profiles nocheck to pbuilder 1715/head
authorKefu Chai <kchai@redhat.com>
Wed, 2 Dec 2020 09:22:49 +0000 (17:22 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 2 Dec 2020 09:22:50 +0000 (17:22 +0800)
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 <kchai@redhat.com>
scripts/build_utils.sh

index f5191ef14ee97f8ff24e322df10751e58710bcaa..cb934421976ba31c56214bd9b0902bfec6b7844e 100644 (file)
@@ -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