mirror of https://github.com/qt/qt5.git
Upgrade MSVC 2022 and 2019 for Windows 11 22H2
Change upgrades also build tools for both visual studios MSVC 2022: 17.6.4 MSVC 2019: 16.11.27 Change-Id: Icb847704636467d133fa578e46e93b6973aeb0a9 Pick-to: 6.5 6.6 Task-number: COIN-1059 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
d1496ac752
commit
497bd051e4
|
@ -74,7 +74,7 @@ Configurations:
|
|||
]
|
||||
-
|
||||
Id: 'windows-11_22h2-msvc2019'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-50'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-51'
|
||||
Compiler: 'MSVC2019'
|
||||
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure']
|
||||
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
|
||||
|
@ -100,7 +100,7 @@ Configurations:
|
|||
]
|
||||
-
|
||||
Id: 'windows-11_22h2-msvc2022'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-50'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-51'
|
||||
Compiler: 'MSVC2022'
|
||||
Features: ['Sccache', "DebugAndRelease", 'UseConfigure']
|
||||
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
|
||||
|
@ -141,7 +141,7 @@ Configurations:
|
|||
]
|
||||
-
|
||||
Id: 'windows-11_22h2-msvc2019-developer-build'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-50'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-51'
|
||||
Compiler: 'MSVC2019'
|
||||
Features: ['Sccache', "DebugAndRelease", 'WarningsAreErrors', 'UseConfigure']
|
||||
Configure arguments: '-debug-and-release -make examples -developer-build -force-debug-info -qt-zlib -c++std c++20'
|
||||
|
@ -153,7 +153,7 @@ Configurations:
|
|||
]
|
||||
-
|
||||
Id: 'windows-11_22h2-msvc2019-arm64'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-50'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-51'
|
||||
Compiler: 'MSVC2019'
|
||||
Target arch: 'arm64'
|
||||
Features: ['Sccache', 'DisableTests', 'TargetBuildOnly', 'Packaging', 'UseConfigure']
|
||||
|
@ -236,7 +236,7 @@ Configurations:
|
|||
]
|
||||
-
|
||||
Id: 'windows-11_22h2-llvm'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-50'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-51'
|
||||
Compiler: 'Clang'
|
||||
Features: ['Sccache', 'UseConfigure']
|
||||
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples -qt-zlib -qt-freetype -qt-libjpeg -unity-build'
|
||||
|
@ -264,7 +264,7 @@ Configurations:
|
|||
]
|
||||
-
|
||||
Id: 'windows-11_22h2-mingw11-developer-build'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-50'
|
||||
Template: 'qtci-windows-11_22H2-x86_64-51'
|
||||
Compiler: 'Mingw'
|
||||
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
|
||||
Configure arguments: '-developer-build -release -force-debug-info -separate-debug-info -make examples -qt-zlib -qt-freetype -qt-libjpeg -unity-build'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
### Visual Studio 2019 ###
|
||||
Visual Studio 2019 version 16.11.19 was installed manually using installer: http://ci-files01-hki.ci.qt.io/input/windows/vs_professional__505064367.1547034421.exe
|
||||
Visual Studio 2019 was updated to version 16.11.27 with Visual Studio Installer
|
||||
|
||||
Installed MSVC-2019 Components:
|
||||
|
||||
|
@ -68,6 +69,7 @@ Windows 11 SDK (10.0.22000.0)
|
|||
|
||||
Visual studio 2019 build tools version 16.11.19 was installed manually using installer: "http://ci-files01-hki.ci.qt.io/input/windows/vs_buildtools__251503345.1575372514.exe"
|
||||
* Only default installation, no additional selections
|
||||
Visual studio 2019 build tools were updated to version 16.11.27 with Visual Studio Installer
|
||||
|
||||
############################################################
|
||||
### Debugging tools ###
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
### Visual Studio 2022 Official release ###
|
||||
Visual Studio 2022 version 17.3.5 was installed manually using installer: http://ci-files01-hki.ci.qt.io/input/windows/vs_professional__msvc2022_1339502178.1525841376.exe
|
||||
Visual Studio 2022 was updated to 17.6.4 vith Visual Studio Installer
|
||||
|
||||
Installed MSVC-2022 Components:
|
||||
|
||||
|
@ -63,6 +64,8 @@ Windows Universal C Runtime
|
|||
|
||||
Visual studio 2022 build tools version 17.3.5 was installed manually using installer: "http://ci-files01-hki.ci.qt.io/input/windows/vs_BuildTools_msvc2022.exe"
|
||||
* Only default installation, no additional selections
|
||||
Visual Studio 2022 build tools were updated to 17.6.4 vith Visual Studio Installer
|
||||
* Some of the installed framework versions are out of support and do not get any security updates
|
||||
|
||||
############################################################
|
||||
### Debugging tools ###
|
||||
|
|
Loading…
Reference in New Issue