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

Add cargo-dylint and dylint-link #382

Merged
merged 1 commit into from
Feb 9, 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
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