]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-setup: pass "--with seastar" to rpmbuild for crimson flavor build
authorKefu Chai <kchai@redhat.com>
Mon, 17 Jun 2019 07:34:10 +0000 (15:34 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 17 Jun 2019 07:34:10 +0000 (15:34 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-dev-new-setup/build/build

index 4d5914c9f328ec838f427c5a25832a930b88af39..26d3f656801b9ebc920c912396b91a86852e1805 100644 (file)
@@ -92,6 +92,7 @@ case "${FLAVOR}" in
         CEPH_EXTRA_CMAKE_ARGS="$CEPH_EXTRA_CMAKE_ARGS -DALLOCATOR=tcmalloc"
         ;;
     crimson)
+        CEPH_EXTRA_RPMBUILD_ARGS="--with seastar"
         CEPH_EXTRA_CMAKE_ARGS="$CEPH_EXTRA_CMAKE_ARGS -DWITH_SEASTAR=ON"
         ;;
     *)