From: Michael Tremer Date: Fri, 10 Jul 2026 11:45:24 +0000 (+0000) Subject: jenkins: Install cURL everywhere X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c15454f28d7feba72bacda1f51aa7c1186afc28b;p=telemetry.git jenkins: Install cURL everywhere Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 53526f5..475f698 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -213,6 +213,7 @@ def installBuildDepsRedHat(distro, compier) { pkg-config \ ${compiler} \ \ + curl-devel \ iptables-devel \ libcap-devel \ libatasmart-devel \ @@ -243,6 +244,7 @@ def installBuildDepsArchLinux(distro, compiler) { pkg-config \ ${compiler} \ \ + curl \ iptables \ libatasmart \ libcap \ @@ -273,6 +275,7 @@ def installBuildDepsDebian(distro, compiler, arch) { \ libatasmart-dev \ libcap-dev \ + libcurl-dev \ libiptc-dev \ libmnl-dev \ libnftnl-dev \