mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
90d4ef3af2
Speed up Azure CI installing Windows dependencies There is known issue where PowerShell is unreasonably slow downloading files due to an issue with rendering the progress bar, see this [issue](https://github.com/PowerShell/PowerShell/issues/2138) That issue is fixed in PowerShell Core (available in Azure Pipelines as pwsh.exe) but it can also be worked around by setting: $ProgressPreference = 'SilentlyContinue' I measured downloading LLVM and it took about 220s before, 5s after, so the improvement is significant. |
||
---|---|---|
.. | ||
steps | ||
auto.yml | ||
master.yml | ||
pr.yml | ||
try.yml |