Skip to content

Commit

Permalink
Unrolled build for rust-lang#135654
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#135654 - lolbinarycat:bootstrap-135650, r=onur-ozkan

add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_PATHS

fixes rust-lang#135650

r? ``@onur-ozkan``
  • Loading branch information
rust-timer authored Jan 18, 2025
2 parents bd62a45 + d58540d commit cfa34a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ use crate::utils::helpers::{self, exe, output, t};
#[rustfmt::skip] // We don't want rustfmt to oneline this list
pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
":!src/tools",
":!src/librustdoc",
":!src/rustdoc-json-types",
":!tests",
":!triagebot.toml",
];
Expand Down

0 comments on commit cfa34a4

Please sign in to comment.