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

Commit

Permalink
Add cargo-hack to ci-linux (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Aug 23, 2022
1 parent 6c3da95 commit 2419666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 2419666

Please sign in to comment.