From c567f0552d111a5c63eceeb125e890415c7e53ce Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 26 Oct 2024 13:03:50 +0000 Subject: [PATCH] debian: We no longer depend on libdw Signed-off-by: Michael Tremer --- Jenkinsfile | 1 - debian/control | 1 - 2 files changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f2ce9ef6b..0d4c0cc53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -479,7 +479,6 @@ def installBuildDepsDebian(distro, compiler) { libbpf-dev \ libcap-dev \ libcurl4-openssl-dev \ - libdw-dev \ libelf-dev \ libpython3-dev \ libjson-c-dev \ diff --git a/debian/control b/debian/control index 960e955d7..b1de2eb6a 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Build-Depends: libbpf-dev, libcap-dev, libcurl4-openssl-dev, - libdw-dev, libelf-dev, libpython3-dev, libjson-c-dev, -- 2.39.5