Skip to content

Commit

Permalink
Alpine kickoff?
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Jul 27, 2023
1 parent 875fed6 commit 9e33482
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions yarn-project/noir-contracts/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ COPY . .
WORKDIR /usr/src/yarn-project/noir-contracts

# Download and extract nargo
RUN mkdir -p .nargo/bin && \
RUN mkdir -p .nargo/bin && \
curl -LJO https://github.com/noir-lang/noir/releases/download/v0.9.0/nargo-x86_64-unknown-linux-gnu.tar.gz && \
tar -xzvf nargo-x86_64-unknown-linux-gnu.tar.gz -C .nargo/bin/ && \
rm nargo-x86_64-unknown-linux-gnu.tar.gz
RUN curl -LJO https://github.com/noir-lang/noir/releases/download/v0.9.0/nargo-x86_64-unknown-linux-gnu.tar.gz
RUN tar -xzvf nargo-x86_64-unknown-linux-gnu.tar.gz

ENV PATH="/usr/src/yarn-project/noir-contracts/.nargo/bin:${PATH}"
ENV PATH="/usr/src/yarn-project/noir-contracts/:${PATH}"

RUN ./src/scripts/compile_ci.sh $(ls -d src/contracts/*_contract/Nargo.toml | sed -r "s/src\\/contracts\\/(.+)_contract\\/Nargo.toml/\\1/")

0 comments on commit 9e33482

Please sign in to comment.