From 136c66ab576af6d2f69434ac5f30cb95b5f11a0b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 7 Apr 2025 09:18:43 +0000 Subject: [PATCH] jenkins: Fedora no longer seems to install awk by default This is needed to run the configure script. Signed-off-by: Michael Tremer --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5