Skip to content

Commit a0dd794

Browse files
authored
Use cargo-careful with the rustflags precedence fix (#84)
1 parent e419796 commit a0dd794

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y curl build-essential && \
66
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
77
sh -s -- --default-toolchain=nightly --component=miri --component=rust-src --profile=minimal -y && \
88
cargo install --git https://github.com/saethlin/miri-tools cargo-download inapty get-args && \
9-
cargo install cargo-nextest cargo-careful --locked && \
9+
cargo install cargo-nextest --locked && \
10+
cargo install --git https://github.com/RalfJung/cargo-careful --rev 7fa90c6 cargo-careful && \
1011
rm -rf /var/lib/apt/lists/*
1112

1213
COPY nextest.toml /root/.cargo/nextest.toml

0 commit comments

Comments
 (0)