diff options
| author | varkor <github@varkor.com> | 2018-04-19 00:45:18 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-04-19 19:20:55 +0100 |
| commit | 261da7108df3c49431282f8e7d2fcb736286dc17 (patch) | |
| tree | 37b8f26d9488c5e5a761d8cc81e1064e243c2e65 /src/bootstrap/builder.rs | |
| parent | baf940d58087dfe7bba3c675215c34c774b778ae (diff) | |
| download | rust-261da7108df3c49431282f8e7d2fcb736286dc17.tar.gz rust-261da7108df3c49431282f8e7d2fcb736286dc17.zip | |
Ensure CleanTools is run for check rustdoc
Diffstat (limited to 'src/bootstrap/builder.rs')
| -rw-r--r-- | src/bootstrap/builder.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index cc501d6f9ba..b9c82127342 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -310,7 +310,8 @@ impl<'a> Builder<'a> { tool::Compiletest, tool::RemoteTestServer, tool::RemoteTestClient, tool::RustInstaller, tool::Cargo, tool::Rls, tool::Rustdoc, tool::Clippy, native::Llvm, tool::Rustfmt, tool::Miri, native::Lld), - Kind::Check => describe!(check::Std, check::Test, check::Rustc, check::CodegenBackend, check::Rustdoc), + Kind::Check => describe!(check::Std, check::Test, check::Rustc, check::CodegenBackend, + check::Rustdoc), Kind::Test => describe!(test::Tidy, test::Bootstrap, test::Ui, test::RunPass, test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind, test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo, |
