Skip to content

Commit

Permalink
update the selected python3 version
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Nov 15, 2023
1 parent d50a633 commit 68758f2
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 @@ -19,7 +19,7 @@ General/MacDeploymentTarget = 10.15

## This is the location of your python installation.
## This value must be set.
Paths/Python = C:\Python39-x64
Paths/Python = C:\Python312-x64
Paths/Python27 = C:\Python27-x64

Compile/BuildType = RelWithDebInfo
Expand All @@ -34,7 +34,7 @@ ShortPath/EnableJunctions = False
Packager/PackageType = NullsoftInstallerPackager
Packager/RepositoryUrl = https://files.kde.org/craft/master/

ContinuousIntegration/Enabled = True
ContinuousIntegration/Enabled = False

## 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.
Expand All @@ -53,15 +53,9 @@ Packager/CacheDir = ${Variables:Root}\cache

[BlueprintSettings]
# don't try to pip install on the ci
python-modules.ignored = True
dev-utils/python2.ignored = True
dev-utils/python3.ignored = True
nextcloud-client.buildTests = True
binary/mysql.useMariaDB = False

[windows-msvc2019_64-cl]
QtSDK/Compiler = msvc2019_64
General/ABI = windows-msvc2019_64-cl

[macos-64-clang]
General/ABI = macos-64-clang
Expand All @@ -80,4 +74,4 @@ Compile/BuildType = Debug

[Env]
CRAFT_CODESIGN_CERTIFICATE =
SIGN_PACKAGE = False
SIGN_PACKAGE = False

0 comments on commit 68758f2

Please sign in to comment.