From: Michael Tremer Date: Tue, 24 Feb 2026 17:11:26 +0000 (+0000) Subject: jenkins: Try to update Archlinux' keyring before installing packages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fedfc92d991ad254a6ed45b21be35fb131671e;p=telemetry.git jenkins: Try to update Archlinux' keyring before installing packages Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 10bcde0..2d4d05a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -222,6 +222,8 @@ def installBuildDepsRedHat(distro, compier) { // Installs everything we need on Arch Linux def installBuildDepsArchLinux(distro, compiler) { + // Ensure we have an up-to-date keyring + sh "pacman -Sy --noconfirm archlinux-keyring" sh "pacman -Syu --noconfirm" sh """ pacman -Sy \