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 8ae63b1 commit 8a6c18fCopy full SHA for 8a6c18f
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