Skip to content

Commit

Permalink
TOOL-27131 Use --locked flag to force Cargo to use the packaged Cargo…
Browse files Browse the repository at this point in the history
….lock file
  • Loading branch information
manoj-joseph committed Dec 20, 2024
1 parent 2b7916b commit 5602650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zfs/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function prepare() {
zlib1g-dev
logmust install_kernel_headers
logmust install_pkgs "$DEPDIR"/delphix-rust/*.deb
logmust cargo install cargo-bundle-licenses
logmust cargo install cargo-bundle-licenses --locked
logmust install_pkgs "$DEPDIR"/delphix-go/*.deb
logmust install_pkgs "$DEPDIR"/dwarves/*.deb
}
Expand Down

0 comments on commit 5602650

Please sign in to comment.