We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build_helper
1 parent 9371482 commit e281363Copy full SHA for e281363
src/bootstrap/bin/bootstrap-shim.rs
@@ -25,5 +25,9 @@ fn main() {
25
}
26
27
fn last_modified_bootstrap_commit(config: &MinimalConfig) -> Option<String> {
28
- config.last_modified_commit(&["src/bootstrap"], "download-bootstrap", true)
+ config.last_modified_commit(
29
+ &["src/bootstrap", "src/tools/build_helper"],
30
+ "download-bootstrap",
31
+ true,
32
+ )
33
0 commit comments