Skip to content

Commit

Permalink
Also re-download bootstrap if build_helper changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Feb 2, 2023
1 parent a445f80 commit fedc51a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/bootstrap/bin/bootstrap-shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ fn main() {
}

fn last_modified_bootstrap_commit(config: &MinimalConfig) -> Option<String> {
config.last_modified_commit(&["src/bootstrap"], "download-bootstrap", true)
config.last_modified_commit(
&["src/bootstrap", "src/tools/build_helper"],
"download-bootstrap",
true,
)
}

0 comments on commit fedc51a

Please sign in to comment.