Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
jyn514 committed Mar 23, 2026
commit 01005bc234c39b5b2c39da2d24dc55562c894017
1 change: 1 addition & 0 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
":!src/rustdoc-json-types",
":!tests",
":!triagebot.toml",
":!src/bootstrap/defaults",
];

/// Global configuration for the entire build and/or bootstrap.
Expand Down