mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04:00
change mac pkg installer configuration
cargo、rust-analysis、rust-analyzer tools is optional Signed-off-by: fengting <fengting11@huawei.com>
This commit is contained in:
@@ -1547,12 +1547,9 @@ impl Step for Extended {
|
||||
pkgbuild(name);
|
||||
};
|
||||
prepare("rustc");
|
||||
prepare("cargo");
|
||||
prepare("rust-std");
|
||||
prepare("rust-analysis");
|
||||
prepare("clippy");
|
||||
prepare("rust-analyzer");
|
||||
for tool in &["rust-docs", "rust-demangler", "miri"] {
|
||||
for tool in &["rust-docs", "rust-demangler", "miri", "cargo", "rust-analysis", "rust-analyzer"] {
|
||||
if built_tools.contains(tool) {
|
||||
prepare(tool);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user