From: Michael Tremer Date: Thu, 6 Mar 2025 15:18:56 +0000 (+0000) Subject: jenkins: Install lua-unit wherever available X-Git-Tag: 0.9.18~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26f395c416675fdcd12ce891d16ea3298fadfc5b;p=location%2Flibloc.git jenkins: Install lua-unit wherever available Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index b507808..822ab0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -466,6 +466,7 @@ def installBuildDepsRedHat(distro, compier) { ${compiler} \ \ lua-devel \ + lua-lunit \ openssl-devel \ perl-devel \ python3-devel \ @@ -515,6 +516,7 @@ def installBuildDepsDebian(distro, compiler, arch) { libperl-dev \ libpython3-dev \ libssl-dev \ - libsystemd-dev + libsystemd-dev \ + lua-unit """ }