]> git.ipfire.org Git - zone-sync.git/commitdiff
jenkins: Explicitely install libuv development files
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 15:08:58 +0000 (15:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 15:08:58 +0000 (15:08 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 6fb5f82d25e99e3a85c435da63cec51f1a44faeb..bd8b4b7fa86df59e5fb2f45074db14f666d27c18 100644 (file)
@@ -202,7 +202,8 @@ def installBuildDepsRedHat(distro, compier) {
                        pkg-config \
                        ${compiler} \
                        \
-                       bind-devel
+                       bind-devel \
+                       libuv-devel
        """
 }
 
@@ -242,6 +243,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                        pkg-config \
                        ${compiler} \
                        \
-                       bind9-dev
+                       bind9-dev \
+                       libuv1-dev
        """
 }