From: Kefu Chai Date: Mon, 12 Jul 2021 14:29:13 +0000 (+0800) Subject: ceph-dev-new-setup: populate DEB_BUILD_PROFILES using dist/other_envvars X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=20cf3a0df6183e2c25bb28b8c4ddeef8d8e53f2e;p=ceph-build.git ceph-dev-new-setup: populate DEB_BUILD_PROFILES using dist/other_envvars see also cd55aaf0dba5620f3da228100a65ca6cf7e22883 Signed-off-by: Kefu Chai --- diff --git a/ceph-dev-new-setup/build/build b/ceph-dev-new-setup/build/build index 344345c8..65b2ec63 100644 --- a/ceph-dev-new-setup/build/build +++ b/ceph-dev-new-setup/build/build @@ -163,4 +163,5 @@ EOF cat > dist/other_envvars << EOF CEPH_EXTRA_RPMBUILD_ARGS=${CEPH_EXTRA_RPMBUILD_ARGS} CEPH_EXTRA_CMAKE_ARGS=${CEPH_EXTRA_CMAKE_ARGS} +DEB_BUILD_PROFILES=${DEB_BUILD_PROFILES} EOF