Skip to content

Commit b73c8e7

Browse files
authored
Merge pull request #9287 from nextcloud/feat/newCraftCache
Feat/new craft cache
2 parents f68722a + 5986309 commit b73c8e7

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[General]
44
Branch = master
55
# CraftUrl = https://github.com/allexzander/craft.git
6-
CraftRevision = 62325d3f1bdbb5232812da2f976147afc4fff390
6+
CraftRevision = 05fc0f0e7cb6cb5e8ee7eccba400ad4a2b590657
77
ShallowClone = False
88

99
# Variables defined here override the default value
@@ -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}
@@ -38,8 +38,8 @@ Packager/CacheDir = ${Variables:Root}\cache
3838
[BlueprintSettings]
3939
nextcloud-client.buildTests = True
4040
binary/mysql.useMariaDB = False
41-
libs/qt6.version = 6.9.2
42-
craft/craft-blueprints-kde.revision = next
41+
libs/qt6.version = 6.9.3
42+
craft/craft-blueprints-kde.revision = stable-4.0
4343

4444
[windows-msvc2022_64-cl]
4545
Packager/PackageType = NullsoftInstallerPackager
@@ -54,6 +54,10 @@ General/ABI = macos-64-clang
5454
General/ABI = macos-clang-arm64
5555
Paths/Python = /Users/runner/hostedtoolcache/Python/3.12.3/arm64
5656

57+
[linux-gcc-x86_64]
58+
General/ABI = linux-gcc-x86_64
59+
Paths/Python = /usr/bin/python3
60+
5761
[Env]
5862
CRAFT_CODESIGN_CERTIFICATE =
5963
SIGN_PACKAGE = False

0 commit comments

Comments
 (0)