From: Michael Tremer Date: Sat, 21 Jun 2025 17:38:06 +0000 (+0000) Subject: jenkins: Explicitely install Gettext on all distros X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da2cfdb672db843f4d66cf6936799660245afd6;p=people%2Fms%2Fpakfire.git jenkins: Explicitely install Gettext on all distros Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index fb7fa200..bb0b5056 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \