Skip to content

fix: build fixes and binary releases#67

Open
ocervell wants to merge 5 commits intoSh1Yo:mainfrom
freelabz:upstream-fix
Open

fix: build fixes and binary releases#67
ocervell wants to merge 5 commits intoSh1Yo:mainfrom
freelabz:upstream-fix

Conversation

@ocervell
Copy link

@ocervell ocervell commented Mar 3, 2026

Summary

  • Fixes build failures by adding derive feature to serde dependency
  • Fixes minor clippy warning (unnecessary parentheses in .map(|x| x.get()))
  • Adds GitHub Actions workflows for automated binary releases (Linux, macOS, Windows)
  • Adds release testing workflow for PRs

Test plan

  • cargo build --release succeeds
  • Tag a release to trigger binary release workflow

ocervell and others added 5 commits March 3, 2026 14:44
Fixes:
- Sh1Yo#66: Add serde derive feature to fix compilation error
- Sh1Yo#65: Add cross-compiled musl binary for Alpine compatibility
- Fix unnecessary parentheses warning in main.rs
- Update repository URL to freelabz/x8

Release infrastructure:
- Add GitHub Actions workflow for cross-platform binary releases
  (linux-gnu, linux-musl, macOS, Windows, arm64)
- Add release test workflow for PR validation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The custom reqwest/http/url forks cause cross compilation failures.
Keep native builds only (linux-gnu, macOS x86+arm, Windows).
Alpine users can fall back to cargo install.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace freelabz fork references with original Sh1Yo/x8 URLs
to prepare for upstream contribution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace x86_64-unknown-linux-gnu with x86_64-unknown-linux-musl to produce
statically linked binaries that work on both glibc and musl systems (Alpine).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add vendored-openssl feature to statically compile OpenSSL for musl
targets, fixing binary compatibility on Alpine Linux.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant