From: Kefu Chai Date: Sat, 9 Jul 2022 15:30:45 +0000 (-0400) Subject: build_utils: do not pass -DWITH_SEASTAR=ON for building crimson flavor X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2032%2Fhead;p=ceph-build.git build_utils: do not pass -DWITH_SEASTAR=ON for building crimson flavor 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 --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index eb92b323..71803e13 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -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)