ci: simplify release builds - #20
Conversation
|
Warning Review limit reached
Next review available in: 43 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR simplifies the release workflow by removing the cross-based build path and the RISC-V target, and by standardizing on cargo build --release --target for all release artifacts. It also moves Linux ARM64 builds onto a native ARM GitHub-hosted runner to avoid cross-compilation complexity.
Changes:
- Switch Linux ARM64 builds to run on
ubuntu-24.04-arminstead of usingcrossonubuntu-latest. - Remove the RISC-V release target and all
crossinstallation/build steps. - Always add the Rust target with
rustup target addand build withcargo build --release --target.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
ubuntu-24.04-armrunnercrossdependencycargo build --release --targetconsistently for every release targetValidation
actionlintoxfmt --check .zizmor .github/workflows/git diff --check