From: John Mulligan Date: Wed, 11 Jun 2025 00:15:28 +0000 (-0400) Subject: script/buildcontainer-setup: set WITH_CRIMSON to support crimson builds X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8f6bcce1676f510c27130c35c7464c6a63175fd7;p=ceph.git script/buildcontainer-setup: set WITH_CRIMSON to support crimson builds Set the WITH_CRIMSON env var so that crimson related dependencies are installed and the build image can build crimson flavored ceph. Signed-off-by: John Mulligan --- diff --git a/src/script/buildcontainer-setup.sh b/src/script/buildcontainer-setup.sh index 43e45fcd9b7dd..c263ef44a79a0 100644 --- a/src/script/buildcontainer-setup.sh +++ b/src/script/buildcontainer-setup.sh @@ -5,6 +5,7 @@ install_container_deps() { # set JENKINS_HOME in order to have the build container look as much # like an existing jenkins build environment as possible export JENKINS_HOME=/ceph + export WITH_CRIMSON=true prepare }