Install llvm-cov on nightly to revive coverage

Towards #433
This commit is contained in:
Greg Fitzgerald
2018-07-18 12:11:05 -04:00
parent dbab8792e4
commit 6ff46540b6
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,6 @@
FROM rustlang/rust:nightly
RUN cargo install --force clippy cargo-cov
RUN cargo install --force clippy cargo-cov && \
echo deb http://ftp.debian.org/debian stretch-backports main >> /etc/apt/sources.list && \
apt update && \
apt install -y llvm-6.0