diff options
| author | jyn <github@jyn.dev> | 2023-04-19 22:35:53 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-04-29 11:51:57 -0500 |
| commit | 2a75607baba3e42814e4cc7fa35358f1be7f75ed (patch) | |
| tree | 10bc368a857d6379fe8e2215d4d397ece1f13a30 /src/bootstrap/builder.rs | |
| parent | ff674c1664330fc838a295f115972f8068959f3b (diff) | |
| download | rust-2a75607baba3e42814e4cc7fa35358f1be7f75ed.tar.gz rust-2a75607baba3e42814e4cc7fa35358f1be7f75ed.zip | |
Combine several `Step`s into a single step with multiple paths
Diffstat (limited to 'src/bootstrap/builder.rs')
| -rw-r--r-- | src/bootstrap/builder.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 5b5e5fe6662..d9d4685dfc7 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -703,7 +703,6 @@ impl<'a> Builder<'a> { crate::toolstate::ToolStateCheck, test::ExpandYamlAnchors, test::Tidy, - test::TidySelfTest, test::Ui, test::RunPassValgrind, test::MirOpt, @@ -719,11 +718,9 @@ impl<'a> Builder<'a> { test::CrateLibrustc, test::CrateRustdoc, test::CrateRustdocJsonTypes, - test::CrateJsonDocLint, - test::SuggestTestsCrate, + test::CrateBootstrap, test::Linkcheck, test::TierCheck, - test::ReplacePlaceholderTest, test::Cargotest, test::Cargo, test::RustAnalyzer, |
