chore: commit Cargo.lock so the OCI build has a lockfile #7
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/oci-build-dockerfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The OCI build failed with
"/Cargo.lock": not foundbecause actions/checkout only fetches tracked files and Cargo.lock was excluded by the boilerplate Rust .gitignore at line 177. The .gitignore comment immediately above the rule already noted that the rule should be removed for executable crates, which vervain-server is.Drops the rule, drops the now-misleading comment, and tracks Cargo.lock so reproducible builds work in CI and across contributors.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com