Skip to content

Commit

Permalink
chore: add brillig gates skip to earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood committed Dec 13, 2024
1 parent c423c90 commit f420a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noir-projects/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test-protocol-circuits:
# Install nargo
COPY ../noir/+nargo/nargo /usr/bin/nargo

RUN cd /usr/src/noir-projects/noir-protocol-circuits && nargo test --silence-warnings
RUN cd /usr/src/noir-projects/noir-protocol-circuits && nargo test --silence-warnings --skip-brillig-constraints-check

test-aztec-nr:
FROM ../yarn-project/+txe
Expand Down Expand Up @@ -161,7 +161,7 @@ gates-report:
COPY ../barretenberg/cpp/+preset-release/bin/bb /usr/src/barretenberg/cpp/build/bin/bb
ENV BB_BIN /usr/src/barretenberg/cpp/build/bin/bb

RUN cd noir-protocol-circuits && yarn && node ./scripts/generate_variants.js tiny && nargo compile --silence-warnings
RUN cd noir-protocol-circuits && yarn && node ./scripts/generate_variants.js tiny && nargo compile --silence-warnings --skip-brillig-constraints-check

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

0 comments on commit f420a79

Please sign in to comment.