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

Commit

Permalink
Update order
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Dec 11, 2023
1 parent 49eda0c commit 3b73d47
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ RUN ln -s "/usr/local/rustup/toolchains/nightly-${RUST_NIGHTLY_VERSION}-x86_64-u
# generic ci | install wasm toolchain for the default stable toolchain
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-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

# rve-nightly-2023-04-05 requires a newer version of openssl
RUN echo "deb http://deb.debian.org/debian unstable main non-free contrib" >> /etc/apt/sources.list && \
apt update && apt-get install -y openssl

# generic ci | install x86_64 musl toolchain for the default stable toolchain
RUN apt-get install -y --no-install-recommends g++
Expand Down Expand Up @@ -145,6 +134,17 @@ RUN apt-get -y update && \
apt-get install -y binutils-dev libunwind-dev libblocksruntime-dev && \
cargo install honggfuzz

# Install rve-nightly-2023-04-05

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

# rve-nightly-2023-04-05 requires a newer version of openssl
RUN echo "deb http://deb.debian.org/debian unstable main non-free contrib" >> /etc/apt/sources.list && \
apt update && apt-get install -y openssl

### contracts ci ####

Expand Down

0 comments on commit 3b73d47

Please sign in to comment.