rust/.azure-pipelines/steps
Pietro Albini 90d4ef3af2
Rollup merge of #61304 - lzybkr:iwr_progress, r=alexcrichton
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.
2019-05-31 13:33:54 +02:00
..
install-clang.yml Merge branch 'master' into iwr_progress 2019-05-30 11:00:21 -07:00
install-sccache.yml Merge branch 'master' into iwr_progress 2019-05-30 11:00:21 -07:00
install-windows-build-deps.yml Merge branch 'master' into iwr_progress 2019-05-30 11:00:21 -07:00
run.yml ci: Favor SCRIPT instead of RUST_CHECK_TARGET 2019-05-30 07:28:56 -07:00