Skip to content

Commit

Permalink
Build try-runtime-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Oct 1, 2024
1 parent e991b9c commit 7452b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .docker/Dockerfile-try-runtime.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN apt-get update && \
apt-get clean && \
rm -r /var/lib/apt/lists/*

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

RUN cargo install --git https://github.com/paritytech/try-runtime-cli --locked

RUN mkdir /unique_parachain
WORKDIR /unique_parachain
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ frame-system-benchmarking = { default-features = false, version = "36.0.0" }

# Parity: Try Runtime
frame-try-runtime = { default-features = false, version = "0.42.0" }
try-runtime-cli = "0.41.0"

# ORML
orml-traits = { default-features = false, git = "https://github.com/UniqueNetwork/open-runtime-module-library.git", branch = "polkadot-v1.14.0" }
Expand Down

0 comments on commit 7452b80

Please sign in to comment.