mirror of https://github.com/qt/qt5.git
Replace macOS 12 ARM with macOS 13 ARM as a build target
Change-Id: I3c05bf3d33e3360b453417f48e7c7575abde837b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
2e96d4eefa
commit
7863f9974c
|
@ -22,7 +22,7 @@ Configurations:
|
||||||
|
|
||||||
-
|
-
|
||||||
Id: 'macos-universal-on-arm64'
|
Id: 'macos-universal-on-arm64'
|
||||||
Template: 'qtci-macos-12-arm64'
|
Template: 'qtci-macos-13-arm64'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Target arch: 'x86_64-arm64'
|
Target arch: 'x86_64-arm64'
|
||||||
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
||||||
|
@ -107,8 +107,8 @@ Configurations:
|
||||||
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
|
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'macos-12-arm64-developer-build'
|
Id: 'macos-13-arm64-developer-build'
|
||||||
Template: 'qtci-macos-12-arm64'
|
Template: 'qtci-macos-13-arm64'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
||||||
Configure arguments: '-developer-build -nomake examples -release -force-debug-info -separate-debug-info -framework'
|
Configure arguments: '-developer-build -nomake examples -release -force-debug-info -separate-debug-info -framework'
|
||||||
|
@ -131,7 +131,7 @@ Configurations:
|
||||||
Template: 'qtci-macos-11.0-arm64'
|
Template: 'qtci-macos-11.0-arm64'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['TestOnly']
|
Features: ['TestOnly']
|
||||||
Platform dependency: 'macos-12-arm64-developer-build'
|
Platform dependency: 'macos-13-arm64-developer-build'
|
||||||
-
|
-
|
||||||
Id: 'macos-12-x86_64-developer-build-tests'
|
Id: 'macos-12-x86_64-developer-build-tests'
|
||||||
Template: 'qtci-macos-12-x86_64-106'
|
Template: 'qtci-macos-12-x86_64-106'
|
||||||
|
@ -143,7 +143,7 @@ Configurations:
|
||||||
Template: 'qtci-macos-12-arm64'
|
Template: 'qtci-macos-12-arm64'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['TestOnly']
|
Features: ['TestOnly']
|
||||||
Platform dependency: 'macos-12-arm64-developer-build'
|
Platform dependency: 'macos-13-arm64-developer-build'
|
||||||
-
|
-
|
||||||
Id: 'macos-13-x86_64-developer-build-tests'
|
Id: 'macos-13-x86_64-developer-build-tests'
|
||||||
Template: 'qtci-macos-13-x86_64-103'
|
Template: 'qtci-macos-13-x86_64-103'
|
||||||
|
@ -155,4 +155,4 @@ Configurations:
|
||||||
Template: 'qtci-macos-13-arm64'
|
Template: 'qtci-macos-13-arm64'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['TestOnly']
|
Features: ['TestOnly']
|
||||||
Platform dependency: 'macos-12-arm64-developer-build'
|
Platform dependency: 'macos-13-arm64-developer-build'
|
||||||
|
|
Loading…
Reference in New Issue