From: Michael Tremer Date: Mon, 7 Apr 2025 09:18:43 +0000 (+0000) Subject: jenkins: Fedora no longer seems to install awk by default X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=136c66ab576af6d2f69434ac5f30cb95b5f11a0b;p=location%2Flibloc.git jenkins: Fedora no longer seems to install awk by default This is needed to run the configure script. Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 4953adf..7853764 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -459,6 +459,7 @@ def installBuildDepsRedHat(distro, compier) { asciidoc \ autoconf \ automake \ + gawk \ intltool \ libtool \ pkg-config \