mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-02 03:37:10 +08:00
Native gRPC channels rely on the reference gRPC implementation that doesn't guarantee the ABI compatibility between different versions. We shouldn't link libQt6GRPC to any 3rdparty libraries that are not delivered as part of Qt when make packaging builds in CI. Task-number: QTBUG-115055 Task-number: QTBUG-110107 Pick-to: 6.6 6.5 Change-Id: Ie099b0af833d87308179d3b4eecc47738078010c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
159 lines
6.5 KiB
YAML
159 lines
6.5 KiB
YAML
Version: 2
|
|
Configurations:
|
|
|
|
# =========================================================================
|
|
# Packaging. Universal build with both x86_64 and arm64 architectures.
|
|
# =========================================================================
|
|
|
|
# Build on recent macOS version with latest Xcode
|
|
|
|
-
|
|
Id: 'macos-universal-on-x86_64'
|
|
Template: 'qtci-macos-13-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Target arch: 'x86_64-arm64'
|
|
Features: ['Packaging', 'Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -framework'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DODBC_ROOT=/usr/local/opt/libiodbc -DPostgreSQL_ROOT={{.Env.POSTGRESQLBINPATH}}/.. -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFEATURE_gds=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DFEATURE_native_grpc=OFF',
|
|
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf'
|
|
]
|
|
|
|
-
|
|
Id: 'macos-universal-on-arm64'
|
|
Template: 'qtci-macos-12-arm64'
|
|
Compiler: 'Clang'
|
|
Target arch: 'x86_64-arm64'
|
|
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -framework'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"',
|
|
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}',
|
|
]
|
|
|
|
# Test on all supported macOS versions (deployment targets)
|
|
|
|
-
|
|
Id: 'macos-11-x86_64-tests'
|
|
Template: 'qtci-macos-11-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
-
|
|
Id: 'macos-11-arm64-tests'
|
|
Template: 'qtci-macos-11.0-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
-
|
|
Id: 'macos-12-arm64-tests'
|
|
Template: 'qtci-macos-12-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
-
|
|
Id: 'macos-13-arm64-tests'
|
|
Template: 'qtci-macos-13-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
-
|
|
Id: 'macos-12-x86_64-tests'
|
|
Template: 'qtci-macos-12-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
-
|
|
Id: 'macos-13-x86_64-tests'
|
|
Template: 'qtci-macos-13-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
-
|
|
Id: 'macos-12-arm-on-arm64-tests'
|
|
Template: 'qtci-macos-12-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-universal-on-arm64'
|
|
-
|
|
Id: 'macos-12-arm-on-x86_64-tests'
|
|
Template: 'qtci-macos-12-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-universal-on-arm64'
|
|
-
|
|
Id: 'macos-13-arm-on-x86_64-tests'
|
|
Template: 'qtci-macos-13-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-universal-on-arm64'
|
|
# =========================================================================
|
|
# Developer build. Single architecture builds.
|
|
# =========================================================================
|
|
|
|
# Build on recent macOS version with latest Xcode
|
|
|
|
-
|
|
Id: 'macos-13-x86_64-developer-build'
|
|
Template: 'qtci-macos-13-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
|
Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples -unity-build'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_UNITY_BUILD=OFF',
|
|
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
|
|
]
|
|
-
|
|
Id: 'macos-12-arm64-developer-build'
|
|
Template: 'qtci-macos-12-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
|
Configure arguments: '-developer-build -nomake examples -release -force-debug-info -separate-debug-info -framework -unity-build'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_UNITY_BUILD=OFF',
|
|
]
|
|
|
|
# Test on all supported macOS versions (deployment targets)
|
|
|
|
-
|
|
Id: 'macos-11-x86_64-developer-build-tests'
|
|
Template: 'qtci-macos-11-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-13-x86_64-developer-build'
|
|
-
|
|
Id: 'macos-11-arm64-developer-build-tests'
|
|
Template: 'qtci-macos-11.0-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['TestOnly']
|
|
Platform dependency: 'macos-12-arm64-developer-build'
|
|
-
|
|
Id: 'macos-12-x86_64-developer-build-tests'
|
|
Template: 'qtci-macos-12-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-13-x86_64-developer-build'
|
|
-
|
|
Id: 'macos-12-arm64-developer-build-tests'
|
|
Template: 'qtci-macos-12-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['TestOnly']
|
|
Platform dependency: 'macos-12-arm64-developer-build'
|
|
-
|
|
Id: 'macos-13-x86_64-developer-build-tests'
|
|
Template: 'qtci-macos-13-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-13-x86_64-developer-build'
|
|
-
|
|
Id: 'macos-13-arm64-developer-build-tests'
|
|
Template: 'qtci-macos-13-arm64'
|
|
Compiler: 'Clang'
|
|
Features: ['TestOnly']
|
|
Platform dependency: 'macos-12-arm64-developer-build'
|