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 d2baa49 commit 8a9d5fcCopy full SHA for 8a9d5fc
src/bootstrap/src/core/build_steps/check.rs
@@ -616,3 +616,9 @@ tool_check_step!(CoverageDump {
616
mode: Mode::ToolBootstrap,
617
default: false
618
});
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
@@ -1033,6 +1033,7 @@ impl<'a> Builder<'a> {
1033
check::Compiletest,
1034
check::FeaturesStatusDump,
1035
check::CoverageDump,
1036
+ check::Linkchecker,
1037
// This has special staging logic, it may run on stage 1 while others run on stage 0.
1038
// It takes quite some time to build stage 1, so put this at the end.
1039
//
0 commit comments