From: Michael Tremer Date: Mon, 18 May 2026 15:19:49 +0000 (+0000) Subject: jenkins: Install OpenSSL X-Git-Tag: 0.0.1~27 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6ba5f4531a2be935c5792962082112405246200d;p=zone-sync.git jenkins: Install OpenSSL Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index bd8b4b7..9ad0115 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 """ }