From: Michael Tremer Date: Sun, 30 Mar 2025 17:15:17 +0000 (+0000) Subject: jenkins: Ensure the keyring is up to date on Archlinux X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8abfd39a068077d4182a841a7e0148fd4fa482ca;p=pakfire.git jenkins: Ensure the keyring is up to date on Archlinux Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 01f1ec95..40791e22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -642,7 +642,10 @@ def installBuildDepsRedHat(distro, compier) { // Installs everything we need on Arch Linux def installBuildDepsArchLinux(distro, compiler) { - sh "pacman -Syu --noconfirm" + // Ensure that the keyring is always up to date + sh "pacman -Sy --needed --noconfirm archlinux-keyring" + + // Install packages sh """ pacman -Sy \ --needed \