Skip to content

Commit efa4eaa

Browse files
committed
update CI
1 parent 9c97918 commit efa4eaa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci-prover-e2e.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -70,10 +70,6 @@ jobs:
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
@@ -100,7 +96,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)