Skip to content

Commit 406fc2f

Browse files
committed
Don't consider bootstrap/defaults to invalidate the rustc cache
Anything that can change there can also be changed in bootstrap.toml. We have a separate check to make sure that the local config is compatable with CI's config.
1 parent 3b742dc commit 406fc2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pub const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
7878
":!src/rustdoc-json-types",
7979
":!tests",
8080
":!triagebot.toml",
81+
":!src/bootstrap/defaults",
8182
];
8283

8384
/// Global configuration for the entire build and/or bootstrap.

0 commit comments

Comments
 (0)