Skip to content

Commit ab1dd05

Browse files
committed
run-make: remove WITH_ZBD
This commit remove 'WITH_ZBD' in run-make.sh because of: ceph#55054 Fixes: https://tracker.ceph.com/issues/64962 Signed-off-by: Rongqi Sun <[email protected]>
1 parent 49c2749 commit ab1dd05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/script/run-make.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ EOM
111111
if [ $WITH_SEASTAR ]; then
112112
cmake_opts+=" -DWITH_SEASTAR=ON"
113113
fi
114-
if [ $WITH_ZBD ]; then
115-
cmake_opts+=" -DWITH_ZBD=ON"
116-
fi
117114
if [ $WITH_RBD_RWL ]; then
118115
cmake_opts+=" -DWITH_RBD_RWL=ON"
119116
fi

0 commit comments

Comments
 (0)