Skip to content

Commit

Permalink
TOOL-20585 Add "dwarves" to ZFS build dependency list (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya authored Apr 6, 2023
1 parent e1588ed commit 69ed691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/zfs/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# shellcheck disable=SC2034

DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/zfs.git"
PACKAGE_DEPENDENCIES="@linux-kernel delphix-rust"
PACKAGE_DEPENDENCIES="@linux-kernel delphix-rust dwarves"

UPSTREAM_GIT_URL="https://github.com/openzfs/zfs.git"
UPSTREAM_GIT_BRANCH="master"
Expand Down Expand Up @@ -45,6 +45,7 @@ function prepare() {
libssl-dev \
libtool \
libudev-dev \
llvm-12 \
lsb-release \
lsscsi \
parted \
Expand All @@ -55,6 +56,7 @@ function prepare() {
zlib1g-dev
logmust install_kernel_headers
logmust install_pkgs "$DEPDIR"/delphix-rust/*.deb
logmust install_pkgs "$DEPDIR"/dwarves/*.deb
}

function checkstyle() {
Expand Down

0 comments on commit 69ed691

Please sign in to comment.