Skip to content

Commit

Permalink
ci: ensure lockfile is up to date (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Jul 19, 2024
1 parent 4bd98d6 commit 8a66e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rust_ci_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def build_all_crates(*, cargo_profile, targets):
targets_option = " ".join([f"--target {t}-unknown-linux-gnu" for t in targets])
run(
f"cargo zigbuild --all "
f"--locked " # ensures that the lockfile is up to date.
f"--profile {cargo_profile} "
f"{targets_option} "
f"--no-default-features"
Expand Down

0 comments on commit 8a66e79

Please sign in to comment.