Skip to content

Commit

Permalink
Support for upstream v5.1.0
Browse files Browse the repository at this point in the history
Upstream build is failing, this should fix it
  • Loading branch information
simonsso authored Dec 4, 2023
2 parents 490a470 + 7112ec7 commit ac1d169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apt-get update && \
apt-get -y install --no-install-recommends cmake pkg-config libssl-dev git clang build-essential protobuf-compiler
RUN rustup update stable && \
rustup target add wasm32-unknown-unknown && \
rustup target add wasm32-unknown-unknown --toolchain stable
rustup target add wasm32-unknown-unknown --toolchain stable && \
rustup component add rust-src
RUN cargo install --git https://github.com/paritytech/try-runtime-cli --tag ${VERSION} --locked


Expand Down

0 comments on commit ac1d169

Please sign in to comment.