]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
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)
commit68d0df899603392599bb62cbb25852f2871bd44b
tree3c2b2928d68b8f4da3d812857f1d3bb73e48498c
parente46bfe5b0dd5ea9c220edbfdd34be38ddcf94234
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 <kchai@redhat.com>
scripts/build_utils.sh