Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 12, 2024
1 parent f1cff75 commit 3ae1551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ namada:
RUN mv wasm-opt /usr/local/bin
RUN chmod +x /usr/local/bin/wasm-opt

RUN cargo cache --autoclean-expensive

SAVE IMAGE --push ghcr.io/heliaxdev/namada-ci:namada-latest ghcr.io/heliaxdev/namada-ci:namada-main

wasm:
Expand All @@ -97,8 +99,9 @@ wasm:
RUN apt-get install -y clang-tools clang
RUN apt-get install -y parallel

RUN rustup toolchain install $toolchain --profile minimal
RUN rustup toolchain install $toolchain --profile minimal --no-self-update
RUN rustup target add wasm32-unknown-unknown
RUN rustup default $toolchain-x86_64-unknown-linux-gnu

# install cargo cache
RUN cargo install cargo-cache
Expand Down

0 comments on commit 3ae1551

Please sign in to comment.