Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Install and use nightly-2022-01-14
Browse files Browse the repository at this point in the history
We are pinning it to a version where coverage works.
Ref: rust-lang/rust#93054
  • Loading branch information
lpenz committed Jan 24, 2022
1 parent 9ea7b56 commit 0fd2356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

FROM rust:slim
RUN set -e -x; \
rustup toolchain install nightly-2022-01-14; \
rustup default nightly-2022-01-14; \
rustup component add llvm-tools-preview; \
cargo install cargo-llvm-cov

Expand Down

0 comments on commit 0fd2356

Please sign in to comment.