Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Sep 10, 2024
1 parent b6a4f10 commit 009279d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prove/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ fn main() {
// Note: Don't comment this out, because the Docker program depends on the native program
// for range being built.
build_native_program(program);
build_zkvm_program(program);
// build_zkvm_program(program);
}

build_zkvm_program("aggregation");
// build_zkvm_program("aggregation");
// Note: Don't comment this out, because the Docker program depends on the native host runner
// being built.
build_native_host_runner();
Expand Down

0 comments on commit 009279d

Please sign in to comment.