Skip to content

Commit 5ba3f31

Browse files
committed
add support for ./x check src/tools/linkchecker
1 parent 014bd82 commit 5ba3f31

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
@@ -628,3 +628,9 @@ tool_check_step!(CoverageDump {
628628
mode: Mode::ToolBootstrap,
629629
default: false
630630
});
631+
632+
tool_check_step!(Linkchecker {
633+
path: "src/tools/linkchecker",
634+
mode: Mode::ToolBootstrap,
635+
default: false
636+
});

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

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

0 commit comments

Comments
 (0)