Skip to content

Commit caeb88c

Browse files
author
dndll
committed
fix: succinct entrypoint - output being swallowed up by make
1 parent abcb01b commit caeb88c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

succinct.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"framework": "plonky2x",
66
"baseDir": ".",
77
"buildCommand": "make build-sync-circuit",
8-
"proveCommand": "make prove-sync-circuit",
8+
"proveCommand": "RUST_LOG=debug ./build/sync prove input.json",
99
"requiredArtifacts": [
1010
"sync"
1111
]
@@ -15,7 +15,7 @@
1515
"framework": "plonky2x",
1616
"baseDir": ".",
1717
"buildCommand": "make build-verify-circuit",
18-
"proveCommand": "make prove-verify-circuit",
18+
"proveCommand": "RUST_LOG=debug ./build/verify prove input.json",
1919
"requiredArtifacts": [
2020
"verify"
2121
]

0 commit comments

Comments
 (0)