Skip to content

Commit c10d1c1

Browse files
committed
[DO NOT MERGE] Permit bootstrap changes for CI rustc if-unchanged
1 parent d00435f commit c10d1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ use crate::{Command, GitInfo, OnceLock, TargetSelection, check_ci_llvm, helpers,
6666
#[rustfmt::skip] // We don't want rustfmt to oneline this list
6767
pub const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
6868
":!library",
69+
":!src/bootstrap", // DO NOT MERGE, permit experimental bootstrap changes
6970
":!src/tools",
7071
":!src/librustdoc",
7172
":!src/rustdoc-json-types",

0 commit comments

Comments
 (0)