Skip to content

Only install what we need for the CI loop #4511

@jonthysell

Description

@jonthysell

Right now we have to install extra components for VS 2019 that aren't already present on the VM. That takes ~15 min for each build.

However, with a little tweaking, we might be able to reduce that. For example, we don't need to install arm tools for non-arm builds, etc.

Here's what the VMs are supposed to have:

https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md

Currently we blanket install the following on all VMs during CI:

It means fixing the passing of VSComponents down through the templates.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions