ci/windows: Use MSVC v143 build tools
MSVC finally gained support for __typeof__ and we want to start requiring it. Let's bump the version of the build tools we use to v143. Acked-by: David Heidelberg <david@ixit.cz> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30877>
This commit is contained in:
@@ -11,7 +11,7 @@ Import-Module (Join-Path $vsInstallPath "Common7\Tools\Microsoft.VisualStudio.De
|
||||
|
||||
$vcvars_ver_arg=$args
|
||||
if ($null -eq $vcvars_ver_arg[0]) {
|
||||
$vcvars_ver_arg="-vcvars_ver=14.29"
|
||||
$vcvars_ver_arg="-vcvars_ver=14"
|
||||
}
|
||||
|
||||
Enter-VsDevShell -VsInstallPath $vsInstallPath -SkipAutomaticLocation -DevCmdArguments "$vcvars_ver_arg -arch=x64 -no_logo -host_arch=amd64"
|
||||
|
||||
Reference in New Issue
Block a user