Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 28, 2024
1 parent 733e524 commit 2f019aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ fn build_zkvm_program(program: &str) {
/// Build all the native programs and the native host runner. Optional flag to build the zkVM
/// programs.
pub fn build_all() {
let programs = vec!["range"];

let programs = vec!["fault-proof", "range"];
for program in programs {
// Note: Don't comment this out, because the Docker program depends on the native program
// for range being built.
Expand Down

0 comments on commit 2f019aa

Please sign in to comment.