Skip to content

Commit

Permalink
ci: remove proving from the pipeline
Browse files Browse the repository at this point in the history
Waiting for a compatible toolchain version.
  • Loading branch information
NickVolynkin committed Nov 10, 2023
1 parent a446e2b commit 7feccd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Build a statement for the Proof Market
run: scripts/run.sh --verbose --docker build_statement

- name: Calculate a proof
run: scripts/run.sh --verbose --docker prove

- name: Make constraint and assignment table for EVM verifier endpoint
run: scripts/run.sh --verbose --docker build_constraint

Expand Down
2 changes: 0 additions & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,8 @@ verify() {
run_all() {
compile
build_statement
prove
build_constraint
build_circuit_params
verify
}

USE_DOCKER=false
Expand Down

0 comments on commit 7feccd0

Please sign in to comment.