Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Dec 11, 2023
1 parent ff23c4d commit 49eda0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ RUN ln -s "/usr/local/rustup/toolchains/nightly-${RUST_NIGHTLY_VERSION}-x86_64-u
RUN rustup target add wasm32-unknown-unknown

# Install rve-nightly-2023-04-05
RUN wget https://github.com/paritytech/rustc-rv32e-toolchain/releases/download/rust-rve-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu/rust-rve-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu.tar.zst && \
tar --zstd -xf rust-rve-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu.tar.zst && \
cd rust-rve-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu && \
mv tmp/rve-nightly ~/.rustup/toolchains && \

RUN wget https://github.com/paritytech/rustc-rv32e-toolchain/releases/download/rust-rve-nightly-2023-04-05-x86_64-unknown-linux-gnu/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 && \
mv tmp/rve-nightly /usr/local/rustup/toolchains && \
rm -f rust-rve-nightly-2023-04-05-r0-x86_64-unknown-linux-gnu.tar.zst && \
rmdir tmp

Expand Down

0 comments on commit 49eda0c

Please sign in to comment.