Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 16, 2024
1 parent 648acaf commit cd20f57
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 @@ -87,8 +87,8 @@ fn build_zkvm_program(program: &str) {
&format!("{}/{}", metadata.workspace_root.join("programs"), program),
BuildArgs {
elf_name: format!("{}-elf", program),
// docker: true,
// tag: "v3.0.0".to_string(),
docker: true,
tag: "v3.0.0".to_string(),
..Default::default()
},
);
Expand Down

0 comments on commit cd20f57

Please sign in to comment.