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.
src/tools/bump-stage0
1 parent 5f372fe commit d5e6121Copy full SHA for d5e6121
src/bootstrap/src/core/build_steps/check.rs
@@ -839,3 +839,9 @@ tool_check_step!(Linkchecker {
839
mode: |_builder| Mode::ToolBootstrap,
840
default: false
841
});
842
+
843
+tool_check_step!(BumpStage0 {
844
+ path: "src/tools/bump-stage0",
845
+ mode: |_builder| Mode::ToolBootstrap,
846
+ default: false
847
+});
src/bootstrap/src/core/builder/mod.rs
@@ -1061,6 +1061,7 @@ impl<'a> Builder<'a> {
1061
check::FeaturesStatusDump,
1062
check::CoverageDump,
1063
check::Linkchecker,
1064
+ check::BumpStage0,
1065
// This has special staging logic, it may run on stage 1 while others run on stage 0.
1066
// It takes quite some time to build stage 1, so put this at the end.
1067
//
0 commit comments