From: Michael Tremer Date: Sun, 30 Mar 2025 17:33:42 +0000 (+0000) Subject: jenkins: Always install all updates before trying to install any packages X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df750a1b2ba5de20d3d4b8cbd5fed00865cbd092;p=pakfire.git jenkins: Always install all updates before trying to install any packages Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 40791e22..82e99c72 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -645,6 +645,9 @@ def installBuildDepsArchLinux(distro, compiler) { // Ensure that the keyring is always up to date sh "pacman -Sy --needed --noconfirm archlinux-keyring" + // Install all updates, because pacman isn't very smart + sh "pacman -Syu --needed --noconfirm" + // Install packages sh """ pacman -Sy \