From: Michael Tremer Date: Thu, 21 Nov 2024 19:04:45 +0000 (+0000) Subject: jenkins: Install libdw-dev on Debian* systems X-Git-Tag: 0.9.30~791 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a86780cf0db324b8c7587bd81c8cbc975337549;p=pakfire.git jenkins: Install libdw-dev on Debian* systems Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 7824b064e..09f941b5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -484,6 +484,7 @@ def installBuildDepsDebian(distro, compiler) { libbpf-dev \ libcap-dev \ libcurl4-openssl-dev \ + libdw-dev \ libelf-dev \ libpython3-dev \ libjson-c-dev \