]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Ensure we have gawk available on Fedora
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Apr 2025 10:32:04 +0000 (10:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Apr 2025 10:32:04 +0000 (10:32 +0000)
Fedora 42 does not seem to install this by default any more, but our
configure script wants to use it.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 82e99c72fcb0fe885f86488bd0f1530bf813ddf4..fb7fa200a5bb137359c622a5bdb2494f1ed9b549 100644 (file)
@@ -612,6 +612,7 @@ def installBuildDepsRedHat(distro, compier) {
                        automake \
                        bison \
                        flex \
+                       gawk \
                        intltool \
                        libtool \
                        pkg-config \