Skip to content

Commit 027c93a

Browse files
committed
Include src/version in rustc.download-ci=if-changed
1 parent 734481c commit 027c93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/config/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@ impl Config {
27802780
let has_changes = !t!(helpers::git(Some(&self.src))
27812781
.args(["diff-index", "--quiet", &commit])
27822782
.arg("--")
2783-
.args([self.src.join("compiler"), self.src.join("library")])
2783+
.args([self.src.join("compiler"), self.src.join("library"), self.src.join("version")])
27842784
.as_command_mut()
27852785
.status())
27862786
.success();

0 commit comments

Comments
 (0)