Skip to content

Commit

Permalink
feat: build with mock prover
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <18609909+Smuu@users.noreply.github.com>
  • Loading branch information
smuu committed Jan 14, 2025
1 parent 2666b43 commit 0e6b6c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified elf/riscv32im-succinct-zkvm-elf
Binary file not shown.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ check:

build:
@echo "Building the project..."
cargo build --release
cargo build --release --features "mock_prover"
@echo "Building SP1..."
cd crates/zk/sp1 && cargo prove build

Expand Down

0 comments on commit 0e6b6c2

Please sign in to comment.