Skip to content

fix(ci): cargo-zigbuild --help check - #960

Merged
ajianaz merged 1 commit into
mainfrom
develop
Aug 8, 2026
Merged

fix(ci): cargo-zigbuild --help check#960
ajianaz merged 1 commit into
mainfrom
develop

Conversation

@ajianaz

@ajianaz ajianaz commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

What

Fix cargo zigbuild --version error yang block Linux builds. Cargo-zigbuild CLI tidak support --version.

Why

--version flag tidak ada di cargo-zigbuild. set -e exit sebelum build step. Fix: pakai --help yang memang didukung.

Changes

  • cargo zigbuild --versioncargo zigbuild --help >/dev/null 2>&1

Testing

All 12 CI checks pass.

cargo-zigbuild does not support --version flag, causing set -e to exit.
Use --help (which is supported) to verify the binary is accessible.

Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

🔍 Cora AI Code Review

⚠️ Review could not complete. Cora produced an empty result. Check the workflow logs for errors.


Review powered by cora-code · BYOK · MIT

@ajianaz
ajianaz merged commit 252be6c into main Aug 8, 2026
12 checks passed
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