]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils: do not pass -DWITH_SEASTAR=ON for building crimson flavor 2032/head
authorKefu Chai <tchaikov@gmail.com>
Sat, 9 Jul 2022 15:30:45 +0000 (11:30 -0400)
committerKefu Chai <tchaikov@gmail.com>
Sat, 9 Jul 2022 15:33:23 +0000 (11:33 -0400)
CEPH_EXTRA_RPMBUILD_ARGS="--with seastar" should suffice for building
rpm. while DEB_BUILD_PROFILES="pkg.ceph.crimson" should be enough for
building deb packages.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
scripts/build_utils.sh

index eb92b3232a7025754eedb64e668d702ed0880210..71803e13aad73bb8fe71058ce059be91a0e4b4eb 100755 (executable)
@@ -834,7 +834,6 @@ ceph_build_args_from_flavor() {
     crimson)
         CEPH_EXTRA_RPMBUILD_ARGS="--with seastar"
         CEPH_EXTRA_CMAKE_ARGS+=" -DCMAKE_BUILD_TYPE=Debug"
-        CEPH_EXTRA_CMAKE_ARGS+=" -DWITH_SEASTAR=ON"
         DEB_BUILD_PROFILES="pkg.ceph.crimson"
         ;;
     jaeger)