You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vdev/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ CI installs vdev from a published binary release via [cargo-binstall](https://gi
39
39
./scripts/environment/prepare.sh --modules=vdev
40
40
```
41
41
42
-
This pins the vdev version defined in `prepare.sh` and fetches the matching pre-compiled binary.
42
+
This installs the vdev version declared in `vdev/Cargo.toml` by fetching the matching pre-compiled binary from the GitHub release. If no matching release exists yet — e.g. you're on a branch that bumped the version but hasn't been tagged — `prepare.sh` falls back to building vdev from your working tree (`cargo install --path vdev`), which is slower but ensures the installed binary reflects your branch's vdev source.
43
43
44
44
For a quick install of the latest published vdev (not pinned):
0 commit comments