mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 15:06:52 +08:00
Removing RHEL 8.6 from yaml configurations at first and scripts will be kept for some time, until removed later. Task-number: QTQAINFRA-5768 Change-Id: I687f96de35b4bfa28d5a520717f29f059c4925c3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
56 lines
2.1 KiB
YAML
56 lines
2.1 KiB
YAML
Version: 2
|
|
Include: [
|
|
macos.yaml: [
|
|
"macos-universal-on-x86_64",
|
|
"macos-12-x86_64-tests",
|
|
"macos-12-arm-on-arm64-tests"
|
|
],
|
|
cmake_platforms.yaml: [
|
|
"ubuntu-22.04",
|
|
"ubuntu-22.04-documentation",
|
|
"opensuse-15.5-developer-build",
|
|
"sles-15_sp5-static",
|
|
"windows-10_22h2-msvc2019",
|
|
"windows-10_22h2-msvc2022",
|
|
"rhel-8.8",
|
|
"windows-10_22h2-mingw11",
|
|
"windows-10_22h2-llvm",
|
|
"windows-11_22h2-msvc2019"
|
|
],
|
|
cmake_platforms_qemu_qnx710.yaml: [
|
|
"qnx-710-x86_64-developer-build-on-linux",
|
|
"qnx-710-arm64-on-linux",
|
|
"qnx-710-armv7-on-linux"
|
|
]
|
|
]
|
|
# Static build configurations for tools
|
|
Configurations:
|
|
-
|
|
Id: 'macos-latest-xcode-universal-static-build'
|
|
Template: 'qtci-macos-12-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Target arch: 'x86_64-arm64'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
|
Configure arguments: '-static -nomake examples -release -no-framework -no-icu -qt-doubleconversion -no-sql-mysql'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"'
|
|
]
|
|
-
|
|
Id: 'Linux-RHEL_8_8_Static'
|
|
Template: 'qtci-linux-RHEL-8.8-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
|
Configure arguments: '-static -no-icu -nomake examples -release -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput -no-sql-mysql'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY'
|
|
]
|
|
-
|
|
Id: 'Windows-MSVC2019_Static'
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
|
Compiler: 'MSVC2019'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
|
Configure arguments: '-release -headersclean -nomake examples -qt-zlib -static -no-icu -no-sql-mysql -no-sql-odbc -no-sql-psql -plugin-sql-sqlite -plugin-sql-odbc'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}']
|