We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6208bbb commit 221ae16Copy full SHA for 221ae16
1 file changed
packages/drgn/config.sh
@@ -22,12 +22,6 @@ UPSTREAM_GIT_URL="https://github.com/osandov/drgn.git"
22
UPSTREAM_GIT_BRANCH="main"
23
24
function prepare() {
25
- #
26
- # Strictly speaking libkdumpfile is not a hard prerequisite for
27
- # drgn itself, but it is a hard requirement in our use-case as
28
- # we do want to use drgn for kdump-compressed crash dumps.
29
30
- logmust install_pkgs "$DEPDIR"/libkdumpfile/*.deb
31
logmust install_build_deps_from_control_file
32
}
33
0 commit comments