Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 16, 2025
1 parent 26ae04f commit 542a695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ fn build_zkvm_program(program: &str) {
build_program_with_args(
&format!("{}/{}", metadata.workspace_root.join("programs"), program),
BuildArgs {
// elf_name: Some(format!("{}-elf", program)),
// output_directory: Some("../../elf".to_string()),
// docker: true,
// tag: "v4.0.0-rc.10".to_string(),
elf_name: Some(format!("{}-elf", program)),
output_directory: Some("../../elf".to_string()),
docker: true,
tag: "v4.0.0-rc.10".to_string(),
..Default::default()
},
);
Expand Down

0 comments on commit 542a695

Please sign in to comment.