Skip to content

Commit cb508c9

Browse files
committed
devctr: pin cargo-deny to 0.17.0
The newest 0.18.0 release requires at least rust 1.85.0 to compile. Needs to be unpinned later after toolchain upgrade. (cherry picked from commit 0debda8) Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 2392fe9 commit cb508c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-too
107107
&& rustup target add x86_64-unknown-linux-musl \
108108
&& rustup target add aarch64-unknown-linux-musl \
109109
&& rustup component add llvm-tools-preview clippy rustfmt \
110-
&& cargo install --locked cargo-audit cargo-deny grcov cargo-sort cargo-afl \
110+
&& cargo install --locked cargo-audit grcov cargo-sort cargo-afl \
111+
&& cargo install --locked cargo-deny --version 0.17.0 \
111112
&& cargo install --locked kani-verifier && cargo kani setup \
112113
\
113114
&& apt-get update \

0 commit comments

Comments
 (0)