mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add arm64 tools to windows AMI.
This commit is contained in:
parent
e48ae772df
commit
9ffad13a7c
1 changed files with 4 additions and 1 deletions
|
@ -77,8 +77,11 @@ $client.DownloadFile("https://aka.ms/vs/15/release/vs_buildtools.exe", "C:\vs_bu
|
||||||
Start-Process C:\vs_buildtools.exe -ArgumentList (`
|
Start-Process C:\vs_buildtools.exe -ArgumentList (`
|
||||||
"--passive --norestart --includeRecommended " +
|
"--passive --norestart --includeRecommended " +
|
||||||
"--add Microsoft.VisualStudio.Workload.VCTools " +
|
"--add Microsoft.VisualStudio.Workload.VCTools " +
|
||||||
|
"--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 " +
|
||||||
"--add Microsoft.VisualStudio.Component.VC.ATL " +
|
"--add Microsoft.VisualStudio.Component.VC.ATL " +
|
||||||
"--add Microsoft.VisualStudio.Component.VC.ATLMFC"
|
"--add Microsoft.VisualStudio.Component.VC.ATL.ARM64 " +
|
||||||
|
"--add Microsoft.VisualStudio.Component.VC.ATLMFC " +
|
||||||
|
"--add Microsoft.VisualStudio.Component.VC.MFC.ARM64"
|
||||||
) -Wait
|
) -Wait
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue