From: Michael Tremer Date: Wed, 22 Oct 2025 10:39:32 +0000 (+0000) Subject: jenkins: Install libudev-dev on Debian-based machines X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521e6101ee2c7c6248798c142471eaffefa0c4e6;p=telemetry.git jenkins: Install libudev-dev on Debian-based machines Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index a26529e..61434f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -257,6 +257,7 @@ def installBuildDepsDebian(distro, compiler, arch) { libatasmart-dev \ libsensors-dev \ librrd-dev \ - libsystemd-dev + libsystemd-dev \ + libudev-dev """ }