Skip to content

Commit

Permalink
ci: Validate lockfile
Browse files Browse the repository at this point in the history
This patch adds a step to the build-firmware CI job that ensures that
the lockfile is up-to-date.  See also:  Nitrokey/nethsm-pkcs11#221
  • Loading branch information
robin-nitrokey committed Sep 11, 2024
1 parent 553fff1 commit 8465a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ build-firmware:
- docker
stage: build
script:
# Ensure that the lockfile is up-to-date
- cargo fetch --locked
# Generate normal binaries
- make binaries
# Generate no-buttons firmware binaries for HIL
Expand Down

0 comments on commit 8465a36

Please sign in to comment.