Skip to content

Commit

Permalink
Cherry pick fix from TOOL-27131 to use --locked arg to cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Dec 23, 2024
1 parent cea9bac commit 607bdf9
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 @@ -59,7 +59,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 607bdf9

Please sign in to comment.