]> git.ipfire.org Git - zone-sync.git/commitdiff
jenkins: Install OpenSSL
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 15:19:49 +0000 (15:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 15:19:49 +0000 (15:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index bd8b4b7fa86df59e5fb2f45074db14f666d27c18..9ad01155151c32154c19c012c0854579134c7d77 100644 (file)
@@ -203,7 +203,8 @@ def installBuildDepsRedHat(distro, compier) {
                        ${compiler} \
                        \
                        bind-devel \
-                       libuv-devel
+                       libuv-devel \
+                       openssl-devel
        """
 }
 
@@ -223,7 +224,8 @@ def installBuildDepsArchLinux(distro, compiler) {
                        pkg-config \
                        ${compiler} \
                        \
-                       bind
+                       bind \
+                       openssl
        """
 }
 
@@ -244,6 +246,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                        ${compiler} \
                        \
                        bind9-dev \
+                       libssl-dev \
                        libuv1-dev
        """
 }