Skip to content

Commit 92ef28e

Browse files
authored
TOOL-27131 Use --locked flag to force Cargo to use the packaged Cargo.lock file (#327)
PR URL: https://www.github.com/delphix/linux-pkg/pull/327
1 parent 2b7916b commit 92ef28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zfs/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function prepare() {
5656
zlib1g-dev
5757
logmust install_kernel_headers
5858
logmust install_pkgs "$DEPDIR"/delphix-rust/*.deb
59-
logmust cargo install cargo-bundle-licenses
59+
logmust cargo install cargo-bundle-licenses --locked
6060
logmust install_pkgs "$DEPDIR"/delphix-go/*.deb
6161
logmust install_pkgs "$DEPDIR"/dwarves/*.deb
6262
}

0 commit comments

Comments
 (0)