From: Rongqi Sun Date: Tue, 19 Mar 2024 13:12:51 +0000 (+0000) Subject: run-make: remove WITH_ZBD X-Git-Tag: v20.0.0~2339^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ab1dd05300622a4c79712555aa81b3eb4ccd9d3c;p=ceph.git run-make: remove WITH_ZBD This commit remove 'WITH_ZBD' in run-make.sh because of: https://github.com/ceph/ceph/pull/55054 Fixes: https://tracker.ceph.com/issues/64962 Signed-off-by: Rongqi Sun --- diff --git a/src/script/run-make.sh b/src/script/run-make.sh index 42d8a94aee1fc..5914b7c5294f5 100755 --- a/src/script/run-make.sh +++ b/src/script/run-make.sh @@ -111,9 +111,6 @@ EOM if [ $WITH_SEASTAR ]; then cmake_opts+=" -DWITH_SEASTAR=ON" fi - if [ $WITH_ZBD ]; then - cmake_opts+=" -DWITH_ZBD=ON" - fi if [ $WITH_RBD_RWL ]; then cmake_opts+=" -DWITH_RBD_RWL=ON" fi