]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
jenkins: Explicitely install gettext/autopoint master
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 15:26:30 +0000 (15:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 15:26:30 +0000 (15:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 78537647f79f7831c9a79f6124426218eac29741..ad9cfd69c9b23520df59d288c5e2151c1ad1eaed 100644 (file)
@@ -460,6 +460,7 @@ def installBuildDepsRedHat(distro, compier) {
                        autoconf \
                        automake \
                        gawk \
+                       gettext \
                        intltool \
                        libtool \
                        pkg-config \
@@ -485,6 +486,7 @@ def installBuildDepsArchLinux(distro, compiler) {
                        asciidoc \
                        autoconf \
                        automake \
+                       gettext \
                        intltool \
                        libtool \
                        pkg-config \
@@ -507,6 +509,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                        asciidoc \
                        autoconf \
                        automake \
+                       autopoint \
                        build-essential \
                        intltool \
                        libtool \