Skip to content

Commit 9244e60

Browse files
committed
feat(craft): makes use of the new stable 4.0 craft cache
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent f691dc5 commit 9244e60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if($LASTEXITCODE -ne 0) {exit $LASTEXITCODE}
3232
}
3333
34-
craft --add-blueprint-repository "https://github.com/nextcloud/craft-blueprints-kde.git|next|"
35-
craft --add-blueprint-repository "https://github.com/nextcloud/desktop-client-blueprints.git|next|"
34+
craft --add-blueprint-repository "https://github.com/nextcloud/craft-blueprints-kde.git|stable-4.0|"
35+
craft --add-blueprint-repository "https://github.com/nextcloud/desktop-client-blueprints.git|stable-4.0|"
3636
craft craft
3737
craft --install-deps nextcloud-client
3838

craftmaster.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ShortPath/Enabled = False
2828
ShortPath/EnableJunctions = False
2929

3030
Packager/RepositoryUrl = https://download.nextcloud.com/desktop/development/craftCache/
31-
Packager/CacheVersion = next
31+
Packager/CacheVersion = stable-4.0-qt-6.9.3
3232
ContinuousIntegration/Enabled = True
3333

3434
Packager/UseCache = ${Variables:UseCache}
@@ -39,7 +39,7 @@ Packager/CacheDir = ${Variables:Root}\cache
3939
nextcloud-client.buildTests = True
4040
binary/mysql.useMariaDB = False
4141
libs/qt6.version = 6.9.3
42-
craft/craft-blueprints-kde.revision = newNext
42+
craft/craft-blueprints-kde.revision = stable-4.0
4343

4444
[windows-msvc2022_64-cl]
4545
Packager/PackageType = NullsoftInstallerPackager

0 commit comments

Comments
 (0)