Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed May 3, 2024
1 parent 4ebce82 commit b66dc3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noir/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ build-acir-tests:
WORKDIR /usr/src/noir-repo/test_programs
COPY ./noir-repo/test_programs/ /usr/src/noir-repo/test_programs/
RUN /usr/src/noir-repo/target/release/nargo --version
# Switch off parallel compilation, it causes problems in Earthly
# We run this with parallel compilation switched off, which isn't ideal.
# There seems to be problems with this when running under Earthly
RUN ./rebuild.sh true
SAVE ARTIFACT /usr/src/noir-repo/test_programs/acir_artifacts/*

Expand Down

0 comments on commit b66dc3b

Please sign in to comment.