Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Add cargo-hack to ci-linux #451

Merged
merged 2 commits into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -eux && \
rustup target add wasm32-unknown-unknown && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
# install cargo tools
cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-nextest && \
cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-nextest cargo-hack && \
cargo install --version 0.4.2 diener && \
# wasm-bindgen-cli version should match the one pinned in substrate
# https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/ci-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Used to build and test Substrate-based projects.
**Rust tools & toolchains:**

- `cargo-web`
- `cargo-hack`
- `cargo-nextest`
- `sccache`
- `wasm-pack`
- `wasm-bindgen`
Expand Down