From ba2ac850e7a4b4ad867b0880678b0eade46fbfe5 Mon Sep 17 00:00:00 2001 From: m7913d Date: Sun, 9 Jul 2023 13:57:11 +0200 Subject: [PATCH] Use 23.04 craft cache version as pixman is not (yet) available in 23.07 KDE has recently switched the default craft cache version from 23.04 to 23.07 (see https://github.com/KDE/craft/commit/a860e1889640a337d8809c2d515e6345a1c5fd72). This new version does not include (yet?) the pixman libraries (see https://files.kde.org/craft/master/23.07/windows/cl/msvc2019/x86_64/RelWithDebInfo). Advantage of using a specific version is that new PR will not start to fail due to an (unexpected) upstream change. Signed-off-by: m7913d --- craftmaster.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/craftmaster.ini b/craftmaster.ini index 9e7683ebc780c..1e2f6078e954d 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -31,6 +31,7 @@ ShortPath/EnableJunctions = False ; Packager/RepositoryUrl = https://files.kde.org/craft/ Packager/PackageType = NullsoftInstallerPackager Packager/RepositoryUrl = http://ftp.acc.umu.se/mirror/kde.org/files/craft/master/ +Packager/CacheVersion = 23.04 ContinuousIntegration/Enabled = True