Skip to content

Commit

Permalink
TOOL-23492 pahole: not found (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya authored Oct 27, 2023
1 parent 3c141bb commit bc7c956
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/connstat/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
# shellcheck disable=SC2034

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

function prepare() {
logmust install_pkgs \
debhelper \
dpkg-dev
dpkg-dev \
llvm-12
logmust install_kernel_headers
logmust install_pkgs "$DEPDIR"/dwarves/*.deb
}

function build() {
Expand Down

0 comments on commit bc7c956

Please sign in to comment.