]> git.ipfire.org Git - collecty.git/commitdiff
jenkins: Install libudev-dev on Debian-based machines
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Oct 2025 10:39:32 +0000 (10:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Oct 2025 10:39:32 +0000 (10:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index a26529ed11c1af8716842507db5f83a9d1c369be..61434f4833f91992d66310c41ee67f513e36087f 100644 (file)
@@ -257,6 +257,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                        libatasmart-dev \
                        libsensors-dev \
                        librrd-dev \
-                       libsystemd-dev
+                       libsystemd-dev \
+                       libudev-dev
        """
 }