From: David Galloway Date: Mon, 9 Jun 2025 20:20:26 +0000 (-0400) Subject: scripts: Fix missing close case X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2375%2Fhead;p=ceph-build.git scripts: Fix missing close case Signed-off-by: David Galloway --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index d46efb9d..ec6c69ff 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -871,6 +871,7 @@ ceph_build_args_from_flavor() { CEPH_EXTRA_RPMBUILD_ARGS="--with crimson" DEB_BUILD_PROFILES="pkg.ceph.crimson" CEPH_EXTRA_CMAKE_ARGS+=" -DCMAKE_BUILD_TYPE=Debug" + ;; crimson-release) CEPH_EXTRA_RPMBUILD_ARGS="--with crimson" DEB_BUILD_PROFILES="pkg.ceph.crimson"