Skip to content

Commit 22036f0

Browse files
Fix CI: add Cargo.lock and missing x64-mingw32 platform
- Ensure Cargo.lock is tracked for reproducible cross-compilation builds - Add x64-mingw32 to Rakefile cross_platform list to match CI workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ece835f commit 22036f0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RbSys::ExtensionTask.new("amq_protocol_native", GEMSPEC) do |ext|
1515
aarch64-linux-musl
1616
arm64-darwin
1717
x64-mingw-ucrt
18+
x64-mingw32
1819
x86_64-darwin
1920
x86_64-linux
2021
x86_64-linux-musl

0 commit comments

Comments
 (0)