Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
derivefeature toserdedependency.map(|x| x.get()))Test plan
cargo build --releasesucceeds