aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTero Heikkinen <tero.heikkinen@qt.io>2024-03-20 16:54:16 +0200
committerTero Heikkinen <tero.heikkinen@qt.io>2024-03-26 07:33:15 +0200
commit272d49061efe1306a4e6064101638f90ef302d2c (patch)
tree2dfb30cb3bfa292df95d6f37af1913d4cf2f6836 /coin/platform_configs
parentc8a236e8588c6f03fb55c4571a6fb51019c0efe0 (diff)
Provisioning: Update MSVC2022 in CI
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 <tero.heikkinen@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/cmake_platforms.yaml12
1 files 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'