]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils: do not include nocheck in $PROFILES 1873/head
authorKefu Chai <kchai@redhat.com>
Sat, 10 Jul 2021 12:25:39 +0000 (20:25 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 10 Jul 2021 12:31:26 +0000 (20:31 +0800)
commitb0cd216ecec1a5ae006904c7f875cf5bdf3d81f0
tree6c867e01c2cd54e232478168d2ecd1d6b881420c
parent73c82afb065f503835dc3dfa1513349576695c6b
scripts/build_utils: do not include nocheck in $PROFILES

we don't use nocheck for disabling the "make check" dependencies,
instead, <pkg.ceph.check> is used to enable "make check" dependencies.
so they are not enabled by default.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh