Skip to content

Commit

Permalink
Merge pull request #7825 from nextcloud/bugfix/craft-ini-2501
Browse files Browse the repository at this point in the history
craft: Upgrade to binary cache 25.01
  • Loading branch information
mgallien authored Feb 6, 2025
2 parents 31a8545 + 3809fb1 commit 6678974
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions craftmaster.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,20 @@ Compile/UseNinja = True
ShortPath/Enabled = False
ShortPath/EnableJunctions = False

Packager/RepositoryUrl = https://files.kde.org/craft/Qt6
Packager/PackageType = NullsoftInstallerPackager
Packager/CacheVersion = 24.10

Packager/CacheVersion = 25.01
ContinuousIntegration/Enabled = True

## This option can be used to override the default make program
## change the value to the path of the executable you want to use instead.
Compile/MakeProgram = jom

Packager/UseCache = ${Variables:UseCache}
Packager/CreateCache = ${Variables:CreateCache}
Packager/CacheDir = ${Variables:Root}\cache

[BlueprintSettings]
nextcloud-client.buildTests = True
binary/mysql.useMariaDB = False
libs/qt6.version = 6.8.0
libs/qt6.version = 6.8.1

[windows-msvc2022_64-cl]
Packager/PackageType = NullsoftInstallerPackager
QtSDK/Compiler = msvc2022_64
General/ABI = windows-msvc2022_64-cl
Paths/Python = C:\Python312-x64
Expand Down

0 comments on commit 6678974

Please sign in to comment.