Skip to content

Commit

Permalink
integrate feature stauts dump with x check
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Jan 24, 2025
1 parent a542953 commit bd19bac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bootstrap/src/core/build_steps/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@ tool_check_step!(Miri, "miri", "src/tools/miri", SourceType::InTree);
tool_check_step!(CargoMiri, "cargo-miri", "src/tools/miri/cargo-miri", SourceType::InTree);
tool_check_step!(Rls, "rls", "src/tools/rls", SourceType::InTree);
tool_check_step!(Rustfmt, "rustfmt", "src/tools/rustfmt", SourceType::InTree);
tool_check_step!(
FeaturesStatusDump,
"features-status-dump",
"src/tools/features-status-dump",
SourceType::InTree
);
tool_check_step!(
MiroptTestTools,
"miropt-test-tools",
Expand Down
1 change: 1 addition & 0 deletions src/bootstrap/src/core/builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ impl<'a> Builder<'a> {
check::RustAnalyzer,
check::TestFloatParse,
check::Bootstrap,
check::FeaturesStatusDump,
),
Kind::Test => describe!(
crate::core::build_steps::toolstate::ToolStateCheck,
Expand Down

0 comments on commit bd19bac

Please sign in to comment.