From 5da2cfdb672db843f4d66cf6936799660245afd6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 21 Jun 2025 17:38:06 +0000 Subject: [PATCH] jenkins: Explicitely install Gettext on all distros Signed-off-by: Michael Tremer --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.47.3