Skip to content

Commit

Permalink
chore: avoid building contracts when producing gates report (#7136)
Browse files Browse the repository at this point in the history
This build target can be built from `+build-protocol-circuits` rather
than `+build` as it doesn't need access to the contracts in order to do
its job. This will make it complete much faster.
  • Loading branch information
TomAFrench authored Jun 28, 2024
1 parent 354dba2 commit 25507e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ format:
RUN nargo fmt --check

gates-report:
FROM +build
FROM +build-protocol-circuits
WORKDIR /usr/src/noir-projects

COPY ./gates_report.sh ./gates_report.sh
Expand Down

0 comments on commit 25507e6

Please sign in to comment.