]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Install lua-unit wherever available
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 15:18:56 +0000 (15:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 15:18:56 +0000 (15:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index b507808093c1c74bcd82db87ac788d1de56a19ad..822ab0f1a638f91c66bece180f6451a249223e9e 100644 (file)
@@ -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
        """
 }