]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
script/buildcontainer-setup: set WITH_CRIMSON to support crimson builds
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 11 Jun 2025 00:15:28 +0000 (20:15 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 24 Jul 2025 13:34:21 +0000 (09:34 -0400)
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 <jmulligan@redhat.com>
(cherry picked from commit 8f6bcce1676f510c27130c35c7464c6a63175fd7)

src/script/buildcontainer-setup.sh

index 43e45fcd9b7dd1757d939896e6633a9a8e73a101..c263ef44a79a0758507e53093c23cf36c07c9ba2 100644 (file)
@@ -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
 }