ci/vs2019: Upgrade Windows 10 SDK version to 20348

This comes with stdalign.h for more C11 conformance

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17044>
This commit is contained in:
Yonggang Luo 2022-06-10 14:04:33 +08:00 committed by Marge Bot
parent c17a0d956a
commit d39553da10
3 changed files with 6 additions and 6 deletions

View File

@ -15,10 +15,10 @@ variables:
KERNEL_ROOTFS_TAG: "2022-06-09-piglit-update"
WINDOWS_X64_VS_PATH: "windows/x64_vs"
WINDOWS_X64_VS_TAG: "2022-06-10-vs"
WINDOWS_X64_VS_TAG: "2022-06-15-vs-winsdk"
WINDOWS_X64_BUILD_PATH: "windows/x64_build"
WINDOWS_X64_BUILD_TAG: "2022-06-10-vs"
WINDOWS_X64_BUILD_TAG: "2022-06-15-vs-winsdk"
WINDOWS_X64_TEST_PATH: "windows/x64_test"
WINDOWS_X64_TEST_TAG: "2022-06-10-vs"
WINDOWS_X64_TEST_TAG: "2022-06-15-vs-winsdk"

View File

@ -28,7 +28,7 @@ Start-Process -NoNewWindow -Wait -FilePath C:\vs_buildtools.exe `
"--add", "Microsoft.VisualStudio.Component.VC.ATLMFC", `
"--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", `
"--add", "Microsoft.VisualStudio.Component.Graphics.Tools", `
"--add", "Microsoft.VisualStudio.Component.Windows10SDK.19041"
"--add", "Microsoft.VisualStudio.Component.Windows10SDK.20348"
if (!$?) {
Write-Host "Failed to install Visual Studio tools"

View File

@ -646,10 +646,10 @@ Compilation failed
Test:SpvParserCFGTest_EmitBody_IfSelection_TrueBranch_LoopBreak.spvasm:main|Fragment: Pass
Test:SpvParserCFGTest_EmitBody_Kill_InsideIf.spvasm:main|Fragment: Pass
Test:SpvParserCFGTest_EmitBody_Kill_InsideLoop.spvasm:main|Fragment: Fail
DXIL: Loop must have break
DXIL: Function: main: error: Loop must have break. Use /Zi for source location.
Validation failed.
Failed to validate DXIL