Skip to content

ci: simplify release builds - #20

Merged
sou1118 merged 1 commit into
mainfrom
ci/simplify-release-builds
Aug 20, 2026
Merged

ci: simplify release builds#20
sou1118 merged 1 commit into
mainfrom
ci/simplify-release-builds

Conversation

@sou1118

@sou1118 sou1118 commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • build Linux ARM64 releases on the native ubuntu-24.04-arm runner
  • remove the RISC-V release target and the cross dependency
  • use cargo build --release --target consistently for every release target

Validation

  • actionlint
  • oxfmt --check .
  • zizmor .github/workflows/
  • git diff --check

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@sou1118, you've reached your PR review limit, so we couldn't start this review.

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 @coderabbitai review or push new commits to the PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f3309afa-bbf2-449a-94fb-9979e614b574

📥 Commits

Reviewing files that changed from the base of the PR and between e575d9f and 8752214.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sou1118
sou1118 marked this pull request as ready for review August 20, 2026 16:06
@sou1118
sou1118 requested a lite review from Copilot August 20, 2026 16:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-arm instead of using cross on ubuntu-latest.
  • Remove the RISC-V release target and all cross installation/build steps.
  • Always add the Rust target with rustup target add and build with cargo build --release --target.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@sou1118
sou1118 merged commit a16cbe3 into main Aug 20, 2026
10 checks passed
@sou1118
sou1118 deleted the ci/simplify-release-builds branch August 20, 2026 16:10
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.

2 participants