Skip to content

Commit

Permalink
feat(ci-unified): install musl rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Sep 21, 2023
1 parent 2f42a76 commit 2b7afad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ RUN ln -s "/usr/local/rustup/toolchains/nightly-${RUST_NIGHTLY_VERSION}-x86_64-u
# generic ci | install wasm toolchain for the default stable toolchain
RUN rustup target add wasm32-unknown-unknown

# generic ci | install x86_64 musl toolchain for the default stable toolchain
RUN rustup target add x86_64-unknown-linux-musl

# generic ci | install cargo tools
RUN cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-hack \
mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz
Expand Down

0 comments on commit 2b7afad

Please sign in to comment.