mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
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:
parent
7073a193da
commit
cab2ade5f5
@ -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[@]}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user