From fe78a8910cb6caaa7f383b3dc045f3c8d10e4674 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 20 Oct 2022 22:37:17 +0800 Subject: [PATCH] ci: Install the clang-cl compiler within mesa_deps_vs2019.ps1 Signed-off-by: Yonggang Luo Ack-by: Jesse Natalie Part-of: --- .gitlab-ci/windows/mesa_deps_vs2019.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/windows/mesa_deps_vs2019.ps1 b/.gitlab-ci/windows/mesa_deps_vs2019.ps1 index 425df4c2485..13286a1abec 100644 --- a/.gitlab-ci/windows/mesa_deps_vs2019.ps1 +++ b/.gitlab-ci/windows/mesa_deps_vs2019.ps1 @@ -27,6 +27,7 @@ Start-Process -NoNewWindow -Wait -FilePath C:\vs_buildtools.exe ` "--add", "Microsoft.VisualStudio.Component.VC.ATL", ` "--add", "Microsoft.VisualStudio.Component.VC.ATLMFC", ` "--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", ` +"--add", "Microsoft.VisualStudio.Component.VC.Llvm.Clang", ` "--add", "Microsoft.VisualStudio.Component.Graphics.Tools", ` "--add", "Microsoft.VisualStudio.Component.Windows10SDK.20348"