Skip to content

Commit

Permalink
patch up
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 16, 2024
1 parent 6179620 commit 88c8df5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions check/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ fn create_image(version: &str) -> Result<()> {
RUN rustup target add wasm32-wasi
RUN rustup target add aarch64-unknown-linux-gnu
RUN rustup target add x86_64-unknown-linux-gnu
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/offchainlabs/cargo-stylus.git /cargo-stylus
WORKDIR /cargo-stylus
RUN git checkout proper-program-verification
RUN ./install.sh
RUN cargo install cargo-stylus
RUN cargo install --force cargo-stylus-check
RUN cargo install --force cargo-stylus-replay
RUN cargo install --force cargo-stylus-cgen
",
version,
toolchain_channel,
Expand Down

0 comments on commit 88c8df5

Please sign in to comment.