From 272d49061efe1306a4e6064101638f90ef302d2c Mon Sep 17 00:00:00 2001 From: Tero Heikkinen Date: Wed, 20 Mar 2024 16:54:16 +0200 Subject: [PATCH] Provisioning: Update MSVC2022 in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated: Visual Studio Professional 2022 Visual Studio Build Tools 2022 CL new version 19.39.33523 BackgroundDownloader.exe disabled to reduce CPU usage during idle. Task-number: QTQAINFRA-6204 Task-number: QTQAINFRA-6190 Task-number: QTQAINFRA-6206 Change-Id: I25dfc393a4b320cbaddefda2c8ff4b1738a776d8 Reviewed-by: Tero Heikkinen Reviewed-by: Tony Sarajärvi --- coin/platform_configs/cmake_platforms.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index cc15b0b9..9122b69f 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -73,7 +73,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2019' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2019' Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure'] Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib' @@ -97,7 +97,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2022' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2022' Features: ['Sccache', "DebugAndRelease", 'UseConfigure'] Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib -c++std c++20' @@ -137,7 +137,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2019-developer-build' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2019' Features: ['Sccache', "DebugAndRelease", 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-debug-and-release -make examples -developer-build -force-debug-info -qt-zlib' @@ -149,7 +149,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2019-arm64' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2019' Target arch: 'arm64' Features: ['Sccache', 'DisableTests', 'TargetBuildOnly', 'Packaging', 'UseConfigure'] @@ -242,7 +242,7 @@ Configurations: ] - Id: 'windows-11_22h2-llvm' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'Clang' Features: ['Packaging','Sccache', 'UseConfigure'] Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples' @@ -268,7 +268,7 @@ Configurations: ] - Id: 'windows-11_22h2-mingw13-developer-build' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'Mingw' Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-developer-build -release -force-debug-info -separate-debug-info -make examples'