Skip to content

Commit

Permalink
[ci-unified] Update riscv toolchain to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Jan 8, 2024
1 parent a8f08cd commit 2f0e6bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ RUN cargo install --git https://github.com/paritytech/ink-waterfall.git csv-comp
# parity-scale-codec
RUN cargo +nightly-${RUST_NIGHTLY_VERSION} install grcov rust-covfix xargo dylint-link

RUN wget -q https://github.com/paritytech/rustc-rv32e-toolchain/releases/download/v1.0.0/rust-rve-nightly-2023-04-05-x86_64-unknown-linux-gnu.tar.zst && \
tar --zstd -xf rust-rve-nightly-2023-04-05-x86_64-unknown-linux-gnu.tar.zst && \
RUN wget -q https://github.com/paritytech/rustc-rv32e-toolchain/releases/download/v1.1.0/rust-rve-nightly-2024-01-05-x86_64-unknown-linux-gnu.tar.zst && \
tar --zstd -xf rust-rve-nightly-2024-01-05-x86_64-unknown-linux-gnu.tar.zst && \
mv rve-nightly /usr/local/rustup/toolchains && \
rm -f rust-rve-nightly-2023-04-05-x86_64-unknown-linux-gnu.tar.zst
rm -f rust-rve-nightly-2024-01-05-x86_64-unknown-linux-gnu.tar.zst

### finalize ###

Expand Down

0 comments on commit 2f0e6bf

Please sign in to comment.