mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
cargo install with --no-track
This commit is contained in:
parent
67438379aa
commit
86ad4bcdf0
@ -465,6 +465,7 @@ COOKBOOK_CARGO_FLAGS=(
|
||||
--path "${COOKBOOK_SOURCE}"
|
||||
--root "${COOKBOOK_STAGE}"
|
||||
--locked
|
||||
--no-track
|
||||
)
|
||||
function cookbook_cargo {
|
||||
"${COOKBOOK_CARGO}" install "${COOKBOOK_CARGO_FLAGS[@]}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user