]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/buildcontainer-setup: set WITH_CRIMSON to support crimson builds 63887/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 11 Jun 2025 00:15:28 +0000 (20:15 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 12 Jun 2025 13:37:01 +0000 (09:37 -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>
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
 }