rust/.azure-pipelines
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
..
steps Rollup merge of #61304 - lzybkr:iwr_progress, r=alexcrichton 2019-05-31 13:33:54 +02:00
auto.yml Auto merge of #61353 - alexcrichton:less-tools, r=pietroalbini 2019-05-30 19:52:11 +00:00
master.yml ci: disable builders not useful during the evaluation 2019-05-13 10:15:16 +02:00
pr.yml Refactor azure pipelines configuration 2019-05-20 12:24:58 -07:00
try.yml ci: Favor SCRIPT instead of RUST_CHECK_TARGET 2019-05-30 07:28:56 -07:00