Skip to content

Commit 6678974

Browse files
authored
Merge pull request #7825 from nextcloud/bugfix/craft-ini-2501
craft: Upgrade to binary cache 25.01
2 parents 31a8545 + 3809fb1 commit 6678974

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

craftmaster.ini

+3-9
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,20 @@ Compile/UseNinja = True
2424
ShortPath/Enabled = False
2525
ShortPath/EnableJunctions = False
2626

27-
Packager/RepositoryUrl = https://files.kde.org/craft/Qt6
28-
Packager/PackageType = NullsoftInstallerPackager
29-
Packager/CacheVersion = 24.10
30-
27+
Packager/CacheVersion = 25.01
3128
ContinuousIntegration/Enabled = True
3229

33-
## This option can be used to override the default make program
34-
## change the value to the path of the executable you want to use instead.
35-
Compile/MakeProgram = jom
36-
3730
Packager/UseCache = ${Variables:UseCache}
3831
Packager/CreateCache = ${Variables:CreateCache}
3932
Packager/CacheDir = ${Variables:Root}\cache
4033

4134
[BlueprintSettings]
4235
nextcloud-client.buildTests = True
4336
binary/mysql.useMariaDB = False
44-
libs/qt6.version = 6.8.0
37+
libs/qt6.version = 6.8.1
4538

4639
[windows-msvc2022_64-cl]
40+
Packager/PackageType = NullsoftInstallerPackager
4741
QtSDK/Compiler = msvc2022_64
4842
General/ABI = windows-msvc2022_64-cl
4943
Paths/Python = C:\Python312-x64

0 commit comments

Comments
 (0)