Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit eb79192

Browse files
committed
disable large examples proving
1 parent bc54308 commit eb79192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201
run: make -C ${ZKLLVM_BUILD:-build} sha2_512
202202
- name: Build sha2_512 circuit file and assignment table
203203
run: assigner -b build/src/sha2_512.ll -i zkLLVM/examples/inputs/sha2_512.inp --circuit sha2_512.crct --assignment-table sha2_512.tbl -e pallas
204-
- name: Generate sha2_512 proof
205-
run: proof-generator-single-threaded --circuit="sha2_512.crct" --assignment-table="sha2_512.tbl" --proof="sha2_512.bin"
204+
# - name: Generate sha2_512 proof
205+
# run: proof-generator-single-threaded --circuit="sha2_512.crct" --assignment-table="sha2_512.tbl" --proof="sha2_512.bin"
206206

207207
- name: Compile pallas_curve_examples_pallas_curve_add example
208208
run: make -C ${ZKLLVM_BUILD:-build} pallas_curve_examples_pallas_curve_add

0 commit comments

Comments
 (0)