mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
RHEL-9.4 is replaced by RHEL-9.6. [CI Platforms] Pick-to: 6.11 6.10 6.8 Task-number: QTQAINFRA-7326 Change-Id: Ia270d20eda412da291d9e09c265afa9c977fab2e Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
93 lines
4.5 KiB
YAML
93 lines
4.5 KiB
YAML
Version: 2
|
|
Include: [
|
|
macos.yaml: [
|
|
"macos-universal-on-arm64",
|
|
"macos-13-x86_64-tests"
|
|
],
|
|
cmake_platforms.yaml: [
|
|
"ubuntu-22.04",
|
|
"ubuntu-22.04-developer-build",
|
|
"ubuntu-24.04-arm64",
|
|
"opensuse-15.6-developer-build",
|
|
"opensuse-16.0-developer-build",
|
|
"sles-15_sp6-static",
|
|
"windows-10_22h2-msvc2022",
|
|
"rhel-9.6",
|
|
"windows-11_24h2-mingw13",
|
|
"windows-11_24H2-mingw13-developer-build",
|
|
"windows-11_24H2-llvm",
|
|
"windows-11_24H2-msvc2022",
|
|
"windows-11_23h2-arm64-msvc2022"
|
|
],
|
|
cmake_platforms_qemu_qnx.yaml: [
|
|
"qnx-710-x86_64-developer-build-on-linux",
|
|
"qnx-710-arm64-on-linux",
|
|
"qnx-710-armv7-on-linux"
|
|
],
|
|
integrity.yaml: [
|
|
"integrity-arm64"
|
|
],
|
|
cmake_platforms_qemu.yaml: [
|
|
"qemu-arm64-developer-build",
|
|
"qemu-armv7-developer-build",
|
|
"qemu-mips64-developer-build"
|
|
],
|
|
offline_documentation.yaml
|
|
]
|
|
Configurations:
|
|
-
|
|
Id: 'macos-13-arm64-tests'
|
|
Template: 'qtci-macos-13-arm-107'
|
|
Compiler: 'Clang'
|
|
Features: ['TestOnly']
|
|
Platform dependency: 'macos-universal-on-arm64'
|
|
-
|
|
Id: 'Axivion-QEMU_build'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
Target os: 'QEMU'
|
|
Target arch: 'arm64'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'ubuntu-22.04'
|
|
Features: ['UseConfigure', 'DoNotRunTests', 'DisableTests', 'Axivion_QSR']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -no-warnings-are-errors -nomake examples -qt-harfbuzz -device linux-generic-g++ -device-option "CROSS_COMPILE={{.Env.QEMUARM64_TOOLCHAIN_CROSS_COMPILE}}" -device-option "DISTRO_OPTS=boot2qt" -no-feature-forkfd_pidfd -qtlibinfix TestInfix',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QEMUARM64_TOOLCHAIN_FILE}} -DQT_FORCE_BUILD_TOOLS=ON',
|
|
'QT_YOCTO_ENVSETUP={{.Env.QEMUARM64_TOOLCHAIN_ENVSETUP}}',
|
|
"QT_CMAKE_DIR=/opt/cmake-3.30.5/bin",
|
|
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}',
|
|
'GST_PLUGIN_SCANNER={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
|
'QT_QUICK_BACKEND=software',
|
|
]
|
|
-
|
|
Id: 'Axivion-qnx-710-arm64-on-linux'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'arm64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'ubuntu-22.04'
|
|
Features: ['UseConfigure', 'DoNotRunTests', 'DisableTests', 'Axivion_QSR']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -no-dbus -nomake examples -qtlibinfix TestInfix',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-aarch64le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
]
|
|
-
|
|
Id: "Axivion-integrity-arm64"
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Target os: 'INTEGRITY'
|
|
Platform dependency: 'ubuntu-22.04'
|
|
Features: ['UseConfigure', 'DoNotRunTests', 'DisableTests', 'Axivion_QSR', 'VMSize16']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-nomake examples -device integrity-armv8-SA8155P -no-feature-library -no-feature-printdialog -no-dbus -no-feature-gtk3 -no-feature-glib -no-feature-libudev -qt-harfbuzz -qt-pcre -no-sql-mysql -no-feature-brotli',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE=/home/qt/integrity_toolchain/toolchain.cmake -DCMAKE_C_COMPILER=cxintarm64 -DCMAKE_CXX_COMPILER=cxintarm64 -DBUILD_qtdoc=OFF -DBUILD_qttranslations=OFF -DUNIX=ON --debug-trycompile',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_system_webp=OFF -DQT_FEATURE_timezone=OFF',
|
|
'INTEGRITY_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/integrity',
|
|
'INTEGRITY_BSP=platform-sa8155', 'INTEGRITY_BUILD_TARGET=rel',
|
|
'QC_MULTIMEDIA_INC_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/include/amss/multimedia',
|
|
'GL_INC_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/AMSS/multimedia/graphics/include/public',
|
|
'GL_LIB_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/base:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/multimedia/display:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/multimedia/graphics:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/platform/:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/AMSS/multimedia/graphics/opengl/esx/build/integrity/prebuilt/',
|
|
'PATH=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/comp:$PATH',
|
|
]
|
|
|