From 0b9d869716921ead4b092371c9318c18d4ff8d25 Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Thu, 9 Jan 2025 07:08:16 -0800 Subject: [PATCH] DLPX-93066 zfs package build failed at cargo-bundle-licenses v2.2.0 compile step PR URL: https://www.github.com/delphix/linux-pkg/pull/331 --- packages/zfs/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zfs/config.sh b/packages/zfs/config.sh index c6afc2d4..59de197c 100644 --- a/packages/zfs/config.sh +++ b/packages/zfs/config.sh @@ -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 --locked + logmust cargo install cargo-bundle-licenses@2.1.1 --locked logmust install_pkgs "$DEPDIR"/delphix-go/*.deb logmust install_pkgs "$DEPDIR"/dwarves/*.deb }