add tool::CargoClippy binary to target sysroot
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
e0be1a0262
commit
13f3bd1f7a
1 changed files with 7 additions and 2 deletions
|
|
@ -1187,12 +1187,17 @@ fn run_tool_build_step(
|
|||
}
|
||||
|
||||
tool_extended!(Cargofmt { path: "src/tools/rustfmt", tool_name: "cargo-fmt", stable: true });
|
||||
tool_extended!(CargoClippy { path: "src/tools/clippy", tool_name: "cargo-clippy", stable: true });
|
||||
tool_extended!(CargoClippy {
|
||||
path: "src/tools/clippy",
|
||||
tool_name: "cargo-clippy",
|
||||
stable: true,
|
||||
add_bins_to_sysroot: ["cargo-clippy"]
|
||||
});
|
||||
tool_extended!(Clippy {
|
||||
path: "src/tools/clippy",
|
||||
tool_name: "clippy-driver",
|
||||
stable: true,
|
||||
add_bins_to_sysroot: ["clippy-driver", "cargo-clippy"]
|
||||
add_bins_to_sysroot: ["clippy-driver"]
|
||||
});
|
||||
tool_extended!(Miri {
|
||||
path: "src/tools/miri",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue