Skip to content

Commit

Permalink
run smaller circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed May 1, 2024
1 parent c76623c commit 79d8619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Build groth16 and create tarball
run: |
cd prover
RUST_LOG=info RUST_BACKTRACE=1 make groth16
RUST_LOG=info RUST_BACKTRACE=1 RUST_BACKTRACE=1 MAX_RECURSION_PROGRAM_SIZE=1 FRI_QUERIES=1 make groth16
cd build
tar -czvf build.tar.gz .
Expand Down

0 comments on commit 79d8619

Please sign in to comment.