Skip to content

Commit fedc51a

Browse files
committed
Also re-download bootstrap if build_helper changes
1 parent a445f80 commit fedc51a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/bootstrap/bin/bootstrap-shim.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ fn main() {
2525
}
2626

2727
fn last_modified_bootstrap_commit(config: &MinimalConfig) -> Option<String> {
28-
config.last_modified_commit(&["src/bootstrap"], "download-bootstrap", true)
28+
config.last_modified_commit(
29+
&["src/bootstrap", "src/tools/build_helper"],
30+
"download-bootstrap",
31+
true,
32+
)
2933
}

0 commit comments

Comments
 (0)