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