From bf7e49f824ad7330e69bee76db7e3223ad9ce880 Mon Sep 17 00:00:00 2001 From: Tero Heikkinen Date: Tue, 23 Sep 2025 17:06:04 +0300 Subject: [PATCH] Windows ARM: Remove one WoA 11 22h2 cross-compile target Remove ID: windows-11_24H2-msvc2022-arm64 Extends previous removal for WoA 11 22h2 (dd97e540f8d050b389aa2524baee2f31af56df41) Task-number: QTQAINFRA-6973 Pick-to: 6.10 Change-Id: Idf91e5735e03694d922a7c055dd8675c046605f4 Reviewed-by: Teemu Holappa --- coin/platform_configs/cmake_platforms.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 16c28d6e..e3b87163 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -199,27 +199,6 @@ Configurations: 'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}', 'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}', ] -- - Id: 'windows-11_24H2-msvc2022-arm64' - Template: 'qtci-windows-11_24H2-x86_64-71' - Compiler: 'MSVC2022' - Target arch: 'arm64' - Features: ['Sccache', 'Packaging', 'DoNotRunTests', 'TargetBuildOnly', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM'] - Platform dependency: 'windows-10_22h2-mingw13' - Environment variables: [ - 'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}', - 'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer -no-feature-run-opengl-tests', - 'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ROOT_DIR_x64_arm64}} -DQT_FORCE_BUILD_TOOLS=ON', - 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE', - 'OPENSSL_CONF_x64={{.Env.OPENSSL_CONF_x64_arm64}}', - 'OPENSSL_INCLUDE_x64={{.Env.OPENSSL_INCLUDE_x64_arm64}}', - 'OPENSSL_LIB_x64={{.Env.OPENSSL_LIB_x64_arm64}}', - 'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc_arm64}}', - 'VCPKG_HOST_TRIPLET=x64-windows-qt', - 'VCPKG_TARGET_TRIPLET=arm64-windows-qt', - 'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}', - 'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}', - ] - Id: 'windows-11_24H2-msvc2022-arm64-23H2' Template: 'qtci-windows-11_24H2-x86_64-71'