Skip to content

Commit

Permalink
Removed cargo install of substrate-contracts-node
Browse files Browse the repository at this point in the history
This currently fails to compile with `duplicate lang item in crate
`std` (which `memchr` depends on): `panic_impl`.`
We're also downloading a binary of this package just a bit earlier in
Dockerfile.
  • Loading branch information
mutantcornholio committed Aug 15, 2024
1 parent 8be92de commit fbf795c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,6 @@ RUN curl --silent https://api.github.com/repos/mozilla/geckodriver/releases/late
chmod +x geckodriver && \
mv geckodriver /usr/local/bin/

# !!! TODO: check substrate-contracts-node in contracts-ci
# ink-waterfall-ci
# `substrate-contracts-node` is a Substrate chain with smart contract functionality.
# `--locked` ensures the project's `Cargo.lock` is used.
RUN cargo install --git https://github.com/paritytech/substrate-contracts-node.git \
--locked --branch main --force

# ink-waterfall-ci
# We additionally install the `substrate-contracts-node` as `substrate-contracts-rand-extension`.
# This installation though is a modified `substrate-contracts-node`, so that ink!'s
Expand Down

0 comments on commit fbf795c

Please sign in to comment.