File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 4242 if : matrix.compressor-mode == 'fflonk'
4343 run : |
4444 git fetch
45- git checkout 38694d1
45+ git checkout b4d5b984
4646 git submodule update --init --recursive
4747
4848 - name : Init
7070 ci_run zkstack prover init --dev --verbose
7171 echo "URL=$(grep "http_url" ./chains/proving_chain/configs/general.yaml | awk '{ print $2 }')" >> $GITHUB_ENV
7272
73- - name : Print contracts revision
74- working-directory : ./contracts
75- run : |
76- git rev-parse --short HEAD
7773 - name : Prepare prover subsystem
7874 run : |
7975 ci_run zkstack prover init-bellman-cuda --clone --verbose
10096 ci_run ./bin/prover_checkers/batch_availability_checker
10197 - name : Run Witness Generator
10298 run : |
103- ci_run zkstack dev prover info
10499 ci_run zkstack prover run --component=witness-generator --round=all-rounds --docker=false &>prover_logs_${{matrix.compressor-mode}}/witness-generator.log &
105100 - name : Run Circuit Prover
106101 run : |
You can’t perform that action at this time.
0 commit comments