Skip to content

Commit 883b93a

Browse files
committed
add
1 parent f2da3c1 commit 883b93a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

script/build.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
use sp1_build::{build_program_with_args, BuildArgs};
33

44
fn main() {
5-
build_program_with_args(
6-
"../program",
7-
BuildArgs {
8-
docker: true,
9-
elf_name: Some("blobstream-elf".to_string()),
10-
output_directory: Some("../elf".to_string()),
11-
tag: "v4.1.7".to_string(),
12-
..Default::default()
13-
},
14-
)
5+
// build_program_with_args(
6+
// "../program",
7+
// BuildArgs {
8+
// docker: true,
9+
// elf_name: Some("blobstream-elf".to_string()),
10+
// output_directory: Some("../elf".to_string()),
11+
// tag: "v4.1.7".to_string(),
12+
// ..Default::default()
13+
// },
14+
// )
1515
}

0 commit comments

Comments
 (0)