Specify --locked to ensure reproducibility

Needed to stop mass-errors for us mortals without the latest rust
version, ever since redox_syscall 0.1.57 was merged.
This commit is contained in:
jD91mZM2 2020-07-10 22:35:25 +02:00
parent 7073a193da
commit cab2ade5f5
No known key found for this signature in database
GPG Key ID: E471B167937421AB

View File

@ -439,6 +439,7 @@ COOKBOOK_CARGO="${COOKBOOK_REDOXER}"
COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}"
--root "${COOKBOOK_STAGE}"
--locked
)
function cookbook_cargo {
"${COOKBOOK_CARGO}" install "${COOKBOOK_CARGO_FLAGS[@]}"