Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 17, 2024
1 parent 04db686 commit 12ccb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ pub fn build_all(program_args: ProgramBuildArgs) {
// Note: Don't comment this out, because the Docker program depends on the native program
// for range being built.
build_native_program("range", program_args);
build_zkvm_program("range");
// build_zkvm_program("range");

// Build aggregation program.
build_zkvm_program("aggregation");
// build_zkvm_program("aggregation");
// Build dummy range program.
build_zkvm_program("dummy-range");
// build_zkvm_program("dummy-range");

// Note: Don't comment this out, because the Docker program depends on the native host runner
// being built.
Expand Down

0 comments on commit 12ccb6a

Please sign in to comment.