]> git.proxmox.com Git - cargo.git/commit
Auto merge of #8272 - ehuss:fix-llvm-tools, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 23 May 2020 18:38:03 +0000 (18:38 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 May 2020 18:38:03 +0000 (18:38 +0000)
commitdaf7f2f0fd4734fbd6da79ee0d993ccd918dccf4
treec492918a3036e49ff7472fc629b848cde85d470a
parentd662f2559bfd9258a3bc3dedcb70718578d2bc14
parente4863cf23adcf4b8373c4faf498f3de56c2304a9
Auto merge of #8272 - ehuss:fix-llvm-tools, r=alexcrichton

Fix nightly tests with llvm-tools.

https://github.com/rust-lang/rust/pull/72000 removed `libLLVM-10-rust-1.45.0-nightly.so` from the default install. Several of the plugins tests fail without this, so make sure it gets installed.