Skip to content

Commit 04f1bf8

Browse files
authored
Unrolled build for #145861
Rollup merge of #145861 - cuviper:vendor-clippy, r=Kobzol bootstrap: vendor `clippy_test_deps` too This internal crate explicitly separates itself from the `rustc` workspace, but it is needed for `./x test clippy` to work, including its dependencies when building from a vendored `rustc-src` tarball.
2 parents 5ab6924 + c73d7ae commit 04f1bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/vendor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub const VENDOR_DIR: &str = "vendor";
1919
pub fn default_paths_to_vendor(builder: &Builder<'_>) -> Vec<(PathBuf, Vec<&'static str>)> {
2020
[
2121
("src/tools/cargo/Cargo.toml", vec!["src/tools/cargo"]),
22+
("src/tools/clippy/clippy_test_deps/Cargo.toml", vec![]),
2223
("src/tools/rust-analyzer/Cargo.toml", vec![]),
2324
("compiler/rustc_codegen_cranelift/Cargo.toml", vec![]),
2425
("compiler/rustc_codegen_gcc/Cargo.toml", vec![]),

0 commit comments

Comments
 (0)