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

Commit 0fd2356

Browse files
committed
Install and use nightly-2022-01-14
We are pinning it to a version where coverage works. Ref: rust-lang/rust#93054
1 parent 9ea7b56 commit 0fd2356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
FROM rust:slim
66
RUN set -e -x; \
7+
rustup toolchain install nightly-2022-01-14; \
8+
rustup default nightly-2022-01-14; \
79
rustup component add llvm-tools-preview; \
810
cargo install cargo-llvm-cov
911

0 commit comments

Comments
 (0)