]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Actually install Lua when we want to build against it
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 15:07:00 +0000 (15:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 15:07:00 +0000 (15:07 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 7a4ba04ec1417e62f65aac5ccd192a85ea2893d6..b507808093c1c74bcd82db87ac788d1de56a19ad 100644 (file)
@@ -465,6 +465,7 @@ def installBuildDepsRedHat(distro, compier) {
                        pkg-config \
                        ${compiler} \
                        \
+                       lua-devel \
                        openssl-devel \
                        perl-devel \
                        python3-devel \
@@ -487,6 +488,7 @@ def installBuildDepsArchLinux(distro, compiler) {
                        pkg-config \
                        ${compiler} \
                        \
+                       lua \
                        openssl \
                        perl \
                        python3 \
@@ -509,6 +511,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                        pkg-config \
                        ${compiler} \
                        \
+                       liblua5.4-dev \
                        libperl-dev \
                        libpython3-dev \
                        libssl-dev \