]> git.ipfire.org Git - zone-sync.git/commitdiff
jenkins: Install autoconf-archive on all distributions
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 14:52:24 +0000 (14:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 May 2026 14:52:24 +0000 (14:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index c59127dfe3c2b25c336e49d21f51cddfadf113d5..6fb5f82d25e99e3a85c435da63cec51f1a44faeb 100644 (file)
@@ -193,6 +193,7 @@ def installBuildDepsRedHat(distro, compier) {
        sh """
                dnf install -y \
                        autoconf \
+                       autoconf-archive \
                        automake \
                        gawk \
                        gettext \
@@ -213,6 +214,7 @@ def installBuildDepsArchLinux(distro, compiler) {
                        --needed \
                        --noconfirm \
                        autoconf \
+                       autoconf-archive \
                        automake \
                        gettext \
                        intltool \
@@ -231,6 +233,7 @@ def installBuildDepsDebian(distro, compiler, arch) {
                apt-get install -y \
                        --no-install-recommends \
                        autoconf \
+                       autoconf-archive \
                        automake \
                        autopoint \
                        build-essential \