rust/.azure-pipelines
Mazdak Farrokhzad 5ef2162fb1
Rollup merge of #62758 - alexcrichton:llvm-tarball-windows, r=pietroalbini
ci: Install clang on Windows through tarballs

Previously we used the executables built the LLVM project but these
executables are difficult to run in a CI environment, they can
accidentally pollute global state, etc. In testing some of the possible
4-core machine environments for Azure this step would frequently cause
issues.

To assuage these future issues and hopefully make builds slightly more
self-contained, this commit changes to install from a tarball instead.
The tarball isn't provided by LLVM itself, but we use the offical LLVM
installer to extract itself and then we pack up the LLVM installation
directory into the tarball.
2019-07-25 01:04:57 +02:00
..
steps Rollup merge of #62758 - alexcrichton:llvm-tarball-windows, r=pietroalbini 2019-07-25 01:04:57 +02:00
auto.yml Disable building of LLDB 2019-07-15 09:45:14 +02:00
master.yml ci: Publish toolstate changes from Azure 2019-06-26 01:58:25 -07:00
pr.yml ci: include public credentials in the linuxtools pr job 2019-07-17 18:16:44 +02:00
try.yml Disable building of LLDB 2019-07-15 09:45:14 +02:00