cargo install with --no-track

This commit is contained in:
Jeremy Soller 2022-10-27 12:08:26 -06:00
parent 67438379aa
commit 86ad4bcdf0
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -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[@]}"