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

Commit

Permalink
Merge pull request #382 from paritytech/cmichi-add-cargo-dylint
Browse files Browse the repository at this point in the history
Add `cargo-dylint` and `dylint-link`
  • Loading branch information
cmichi authored Feb 9, 2022
2 parents aca5646 + 52c22f3 commit a40b151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/contracts-ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN set -eux; \
--profile minimal --component rustfmt clippy rust-src && \
rustup default nightly && \
cargo install pwasm-utils-cli --bin wasm-prune && \
cargo install cargo-dylint dylint-link && \
cargo install cargo-contract && \
# tried v0.1.5 and the latest master - both fail with https://github.com/hyperledger-labs/solang/issues/314
cargo install --git https://github.com/hyperledger-labs/solang --tag v0.1.2 && \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/contracts-ci-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ We always try to use the [latest possible](https://rust-lang.github.io/rustup-co
**Rust tools & toolchains:**

- `cargo-contract`
- `cargo-dylint` and `dylint-link`
- `pwasm-utils-cli`
- `solang`
- `substrate-contracts-node`
Expand Down

0 comments on commit a40b151

Please sign in to comment.