Skip to content
Snippets Groups Projects
Verified Commit 86ad4bcd authored by Jeremy Soller's avatar Jeremy Soller
Browse files

cargo install with --no-track

parent 67438379
No related branches found
No related tags found
No related merge requests found
...@@ -465,6 +465,7 @@ COOKBOOK_CARGO_FLAGS=( ...@@ -465,6 +465,7 @@ COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}" --path "${COOKBOOK_SOURCE}"
--root "${COOKBOOK_STAGE}" --root "${COOKBOOK_STAGE}"
--locked --locked
--no-track
) )
function cookbook_cargo { function cookbook_cargo {
"${COOKBOOK_CARGO}" install "${COOKBOOK_CARGO_FLAGS[@]}" "${COOKBOOK_CARGO}" install "${COOKBOOK_CARGO_FLAGS[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment