From 521e6101ee2c7c6248798c142471eaffefa0c4e6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 22 Oct 2025 10:39:32 +0000 Subject: [PATCH] jenkins: Install libudev-dev on Debian-based machines Signed-off-by: Michael Tremer --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 """ } -- 2.47.3