]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Explicitely install Gettext on all distros
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 17:38:06 +0000 (17:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 17:38:06 +0000 (17:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index fb7fa200a5bb137359c622a5bdb2494f1ed9b549..bb0b5056b7ce93d8bf797b329b1e850cf8977e9b 100644 (file)
@@ -613,6 +613,7 @@ def installBuildDepsRedHat(distro, compier) {
                        bison \
                        flex \
                        gawk \
+                       gettext \
                        intltool \
                        libtool \
                        pkg-config \
@@ -659,6 +660,7 @@ def installBuildDepsArchLinux(distro, compiler) {
                        automake \
                        bison \
                        flex \
+                       gettext \
                        intltool \
                        libtool \
                        pkg-config \
@@ -699,6 +701,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                        bison \
                        build-essential \
                        flex \
+                       gettext \
                        intltool \
                        libtool \
                        pkg-config \