Skip to content

Commit 9a8ec11

Browse files
committed
do_freebsd.sh: disable rdma features
FreeBSD does have libibiverb and librdmacm, but we disable them anyway for minimal dependency. Signed-off-by: Kefu Chai <[email protected]>
1 parent 38d0e22 commit 9a8ec11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

do_freebsd.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ rm -rf build && ./do_cmake.sh "$*" \
3232
-D WITH_LIBCEPHFS=OFF \
3333
-D WITH_CEPHFS=OFF \
3434
-D WITH_MGR=YES \
35+
-D WITH_RDMA=OFF \
3536
-D WITH_SPDK=OFF \
3637
2>&1 | tee cmake.log
3738

0 commit comments

Comments
 (0)