mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
Red Hat 8.10 VM template -50 does not have a user set for SSH. This is
fixed in template -51.
Change-Id: I602976a0214f6e0f4661e6b876c0710bc3ea9df9
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 293aeab453)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
59 lines
2.2 KiB
YAML
59 lines
2.2 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.10",
|
|
"windows-10_22h2-mingw13",
|
|
"windows-10_22h2-llvm",
|
|
"windows-11_23H2-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-107'
|
|
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_10_Static'
|
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
|
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',
|
|
'NON_QTBASE_CMAKE_ARGS=-DINPUT_headersclean=ON'
|
|
]
|
|
-
|
|
Id: 'Windows-MSVC2019_Static'
|
|
Template: 'qtci-windows-10_22H2-x86_64-52'
|
|
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}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DINPUT_headersclean=ON'
|
|
]
|