Skip to content

Commit

Permalink
chore: add libzstd-dev to preparation
Browse files Browse the repository at this point in the history
libzstd may be a dependency on libelf, which is a dependency on libbpf.
  • Loading branch information
geyslan committed May 28, 2024
1 parent 85ef759 commit 63c7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/prepare-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ install_pkgs \
llvm-"${CLANG_VERSION}" clang-"${CLANG_VERSION}" clang-format-"${CLANG_VERSION}" \
linux-headers-generic \
linux-tools-generic linux-tools-"$(uname -r)" \
zlib1g-dev libelf-dev libbpf-dev
libbpf-dev libelf-dev libzstd-dev zlib1g-dev

setup_go
setup_clang
Expand Down

0 comments on commit 63c7b91

Please sign in to comment.