Skip to content

Commit 8a9d5fc

Browse files
committed
add support for ./x check src/tools/linkchecker
1 parent d2baa49 commit 8a9d5fc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/bootstrap/src/core/build_steps/check.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,3 +616,9 @@ tool_check_step!(CoverageDump {
616616
mode: Mode::ToolBootstrap,
617617
default: false
618618
});
619+
620+
tool_check_step!(Linkchecker {
621+
path: "src/tools/linkchecker",
622+
mode: Mode::ToolBootstrap,
623+
default: false
624+
});

src/bootstrap/src/core/builder/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,7 @@ impl<'a> Builder<'a> {
10331033
check::Compiletest,
10341034
check::FeaturesStatusDump,
10351035
check::CoverageDump,
1036+
check::Linkchecker,
10361037
// This has special staging logic, it may run on stage 1 while others run on stage 0.
10371038
// It takes quite some time to build stage 1, so put this at the end.
10381039
//

0 commit comments

Comments
 (0)