Skip to content

Commit

Permalink
fix reproducible builds (#28)
Browse files Browse the repository at this point in the history
* fix docker build

* remove unnecessary method options from batch

* remove no longer needed clone
  • Loading branch information
austinabell authored Jul 30, 2024
1 parent de752c0 commit 19375ca
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
3 changes: 2 additions & 1 deletion batch-guest/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn main() {

// Generate Rust source files for the methods crate.
let guests = embed_methods_with_options(HashMap::from([(
"guests",
"batch-guest",
GuestOptions {
features: Vec::new(),
use_docker,
Expand Down Expand Up @@ -92,4 +92,5 @@ fn main() {
"cargo:rerun-if-changed={}",
contracts_dir.join("src").display()
);
println!("cargo:rerun-if-env-changed=RISC0_USE_DOCKER");
}
Loading

0 comments on commit 19375ca

Please sign in to comment.