From: Michael Tremer Date: Mon, 18 May 2026 14:52:24 +0000 (+0000) Subject: jenkins: Install autoconf-archive on all distributions X-Git-Tag: 0.0.1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c9843e833ae071b5af6fc599aaa6c45d898d3d0;p=zone-sync.git jenkins: Install autoconf-archive on all distributions Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index c59127d..6fb5f82 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \