Skip to content

Commit 55fa1e1

Browse files
committed
Revert "TOOL-27131 Use --locked flag to force Cargo to use the packaged Cargo.lock file (#327)"
This reverts commit 92ef28e.
1 parent 895e13b commit 55fa1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zfs/config.sh

+1-1
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 --locked
59+
logmust cargo install cargo-bundle-licenses
6060
logmust install_pkgs "$DEPDIR"/delphix-go/*.deb
6161
logmust install_pkgs "$DEPDIR"/dwarves/*.deb
6262
}

0 commit comments

Comments
 (0)