chore: Install toolchains and components in build
This commit is contained in:
parent
fb28157bc5
commit
2f6b2b4b70
1 changed files with 6 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ install-all-features:
|
|||
common:
|
||||
FROM --platform=native ghcr.io/blue-build/earthly-lib/cargo-builder
|
||||
|
||||
RUN rustup self update && \
|
||||
rustup toolchain add stable && \
|
||||
rustup default stable && \
|
||||
rustup component add clippy rustfmt && \
|
||||
rustup update
|
||||
|
||||
WORKDIR /app
|
||||
COPY --keep-ts --dir src/ template/ recipe/ utils/ process/ /app
|
||||
COPY --keep-ts Cargo.* /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue