diff --git a/scripts/prove/build.rs b/scripts/prove/build.rs index 731c2c1e..3492d2c8 100644 --- a/scripts/prove/build.rs +++ b/scripts/prove/build.rs @@ -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();