Skip to content

Commit

Permalink
Update bootstrap control_id target directory (risc0#961)
Browse files Browse the repository at this point in the history
Since the control_id has moved into the `host` directory, the bootstrap
code needs to be updated to point to this new location

Co-authored-by: Frank Laub <[email protected]>
  • Loading branch information
tzerrell and flaub authored Oct 7, 2023
1 parent c9f6be1 commit ad27be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ impl Bootstrap {
control_id_blake2b[10],
);
println!("{contents}");
std::fs::write("risc0/zkvm/src/control_id.rs", contents).unwrap();
std::fs::write("risc0/zkvm/src/host/control_id.rs", contents).unwrap();
}
}

0 comments on commit ad27be9

Please sign in to comment.