From: Michael Tremer Date: Fri, 28 Nov 2025 14:21:56 +0000 (+0000) Subject: jenkins: Add new dependencies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef520458f8decd988ab5288bfd14dca24e91934;p=collecty.git jenkins: Add new dependencies Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 664be73..927bb4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -210,6 +210,8 @@ def installBuildDepsRedHat(distro, compier) { \ iptables-devel \ libatasmart-devel \ + libmnl-devel \ + libnftnl-devel \ libnl3-devel \ lm_sensors-devel \ rrdtool-devel \ @@ -235,6 +237,8 @@ def installBuildDepsArchLinux(distro, compiler) { \ iptables \ libatasmart \ + libmnl \ + libnftnl \ libnl \ lm_sensors \ rrdtool \ @@ -260,6 +264,8 @@ def installBuildDepsDebian(distro, compiler, arch) { \ libatasmart-dev \ libiptc-dev \ + libmnl-dev \ + libnftnl-dev \ libnl-3-dev \ libnl-route-3-dev \ libsensors-dev \