Skip to content

Commit 31eaf3b

Browse files
committed
allow src/bootstrap for rustc if-unchanged
Otherwise changes on bootstrap may break CI rustc on the next day. Signed-off-by: onur-ozkan <[email protected]>
1 parent 7ccca59 commit 31eaf3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
6565
":!x",
6666
":!x.ps1",
6767
":!x.py",
68+
":!src/bootstrap",
6869
":!src/ci/cpu-usage-over-time.py",
6970
":!src/ci/publish_toolstate.sh",
7071
":!src/doc",

0 commit comments

Comments
 (0)