Skip to content

Commit

Permalink
fix: don't exit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 10, 2024
1 parent 980d6f3 commit cc5d511
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions noir-projects/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ build-protocol-circuits:

WORKDIR /usr/src/noir-projects/noir-protocol-circuits

# NOTE: this step generate a Nargo.toml from the template file
RUN yarn && node ./scripts/generate_variants.js

DO ../build-system/s3-cache-scripts/+WITH_CACHE \
--prefix="noir-projects-noir-protocol-circuits" \
--rebuild_patterns="../../noir/.rebuild_patterns_native ../../barretenberg/cpp/.rebuild_patterns .rebuild_patterns" \
--command="./bootstrap.sh" \
--build_artifacts="target"
--build_artifacts="target Nargo.toml private_kernel_reset_dimensions.json"

WORKDIR /usr/src/noir-projects
SAVE ARTIFACT noir-protocol-circuits
Expand Down Expand Up @@ -105,7 +102,6 @@ test:

COPY +build/. /usr/src/noir-projects

RUN exit 1
RUN cd /usr/src/noir-projects/noir-protocol-circuits && nargo test --silence-warnings

RUN cd /usr/src/yarn-project/txe && yarn start & \
Expand Down

0 comments on commit cc5d511

Please sign in to comment.