-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I noticed that I got rust libnbd stuff installed and built when setting up a new venv using create.sh for v2.40.
I guess rust bindings are not required here, and we can disable in libnbd configure options?
--- a/venv/create.sh
+++ b/venv/create.sh
@@ -28,10 +28,11 @@ export bashcompdir=/tmp
./configure --prefix="${VENVDIR}" --exec-prefix="${VENVDIR}" \
--disable-ocaml \
--disable-golang \
+ --disable-rust \
--disable-fuse
make -j "$(nproc)"
make install
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request