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 #361 from paritytech/cmichi-adapt-csv-comparator-r…
Browse files Browse the repository at this point in the history
…epo-url

Adapt `csv-comparator` repository url
  • Loading branch information
Michael Müller authored Dec 1, 2021
2 parents 0b03498 + 196ffa8 commit 58be1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ink-waterfall-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN set -eux; \
sed -i 's/name = "substrate-contracts-node"/name = "substrate-contracts-node-rand-extension"/g' substrate-contracts-node/node/Cargo.toml && \
cargo install --locked --path substrate-contracts-node/node/ && \
# Needed for regression testing, a CSV contains the sizes of compiled contracts.
cargo install --git https://github.com/HCastano/csv-comparator && \
cargo install --git https://github.com/paritytech/ink-waterfall.git csv-comparator && \
npm install -g csv2md && \
# versions
rustup show && \
Expand Down

0 comments on commit 58be1e4

Please sign in to comment.