Compare commits
2 commits
c6101c1e9e
...
cdce2e3048
Author | SHA1 | Date | |
---|---|---|---|
cdce2e3048 | |||
8b9b16aa2e |
2 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,9 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.
|
|||
mv cargo-binstall /usr/local/bin/
|
||||
|
||||
RUN cargo binstall -y \
|
||||
cargo-chef@0.1.67 \
|
||||
cargo-hack@0.6.31 \
|
||||
release-plz@0.3.80 && \
|
||||
rustup component add rustfmt clippy
|
||||
cargo-chef@0.1 \
|
||||
cargo-hack@0.6 \
|
||||
release-plz@0.3
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ fi
|
|||
echo "Selected toolchain: ${TOOLCHAIN}"
|
||||
|
||||
rustup update "${TOOLCHAIN}"
|
||||
rustup component add rustfmt clippy
|
||||
|
||||
if test "${ARGS[0]}" == "cargo";then
|
||||
PRE_COMMAND="cargo +${TOOLCHAIN} "
|
||||
|
|
Loading…
Reference in a new issue