From f420a79bb80a1865ededea70099f387a731e7370 Mon Sep 17 00:00:00 2001 From: MirandaWood Date: Fri, 13 Dec 2024 15:11:04 +0000 Subject: [PATCH] chore: add brillig gates skip to earthfile --- noir-projects/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noir-projects/Earthfile b/noir-projects/Earthfile index 42cfb3d89ad..6fbbd87db9e 100644 --- a/noir-projects/Earthfile +++ b/noir-projects/Earthfile @@ -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 @@ -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