Skip to content

Commit 28c51ec

Browse files
committed
fix: commit Cargo.lock for reproducible builds
Without a lockfile, CI resolves the latest dependency versions, which caused aws-lc-sys to break aarch64 musl cross-compilation.
1 parent 547c01d commit 28c51ec

File tree

2 files changed

+2963
-1
lines changed

2 files changed

+2963
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/target
2-
Cargo.lock
2+
# Cargo.lock is committed for reproducible binary builds
33
.idea/
44
node_modules/
55
.env

0 commit comments

Comments
 (0)