Skip to content

Commit

Permalink
chores(corset): remove rust corset from the docker build (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBelling authored Dec 18, 2024
1 parent a4dbf57 commit 8fa0a1c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
FROM golang:1.22.7-alpine AS go-builder

RUN apk add --no-cache rust cargo bash make
WORKDIR /usr/src/
COPY --from=corset . ./corset
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
ENV CARGO_HOME=/usr/local/cargo

WORKDIR /usr/src/corset/

# Caching our beloved 75sec rust build process.
RUN cargo build --release

WORKDIR /usr/src/
COPY --from=prover go.mod .
Expand Down

0 comments on commit 8fa0a1c

Please sign in to comment.