We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014bd82 commit 5ba3f31Copy full SHA for 5ba3f31
src/bootstrap/src/core/build_steps/check.rs
@@ -628,3 +628,9 @@ tool_check_step!(CoverageDump {
628
mode: Mode::ToolBootstrap,
629
default: false
630
});
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
@@ -1030,6 +1030,7 @@ impl<'a> Builder<'a> {
1030
check::Compiletest,
1031
check::FeaturesStatusDump,
1032
check::CoverageDump,
1033
+ check::Linkchecker,
1034
// This has special staging logic, it may run on stage 1 while others run on stage 0.
1035
// It takes quite some time to build stage 1, so put this at the end.
1036
//
0 commit comments