Skip to content

Disable building rust bindings when creating venv #293

@shimeike

Description

@shimeike

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
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions