Skip to content

Commit

Permalink
#373 removing x86_64 toolchain dependency for clippy (#376)
Browse files Browse the repository at this point in the history
Clippy is included by rustup per default and not needed, cf.
https://doc.rust-lang.org/clippy/installation.html
  • Loading branch information
chrsoo authored Jan 2, 2025
1 parent f009fe9 commit 7e0e6ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN apt-get update && \

RUN rustup update && \
rustup install stable && \
rustup install nightly && \
rustup component add clippy --toolchain stable-x86_64-unknown-linux-gnu
rustup install nightly

VOLUME ["/project"]
WORKDIR "/project"
Expand Down

0 comments on commit 7e0e6ef

Please sign in to comment.