We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e419796 commit a0dd794Copy full SHA for a0dd794
1 file changed
docker/Dockerfile
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y curl build-essential && \
6
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
7
sh -s -- --default-toolchain=nightly --component=miri --component=rust-src --profile=minimal -y && \
8
cargo install --git https://github.com/saethlin/miri-tools cargo-download inapty get-args && \
9
- cargo install cargo-nextest cargo-careful --locked && \
+ cargo install cargo-nextest --locked && \
10
+ cargo install --git https://github.com/RalfJung/cargo-careful --rev 7fa90c6 cargo-careful && \
11
rm -rf /var/lib/apt/lists/*
12
13
COPY nextest.toml /root/.cargo/nextest.toml
0 commit comments