Skip to content

ci: drop aarch64-linux release target (openssl cross never built)#31

Merged
pszymkowiak merged 1 commit into
developfrom
ci/release-drop-aarch64-linux
Jun 14, 2026
Merged

ci: drop aarch64-linux release target (openssl cross never built)#31
pszymkowiak merged 1 commit into
developfrom
ci/release-drop-aarch64-linux

Conversation

@pszymkowiak

Copy link
Copy Markdown
Contributor

The aarch64-unknown-linux-gnu release build fails on openssl-sys (transitive aws/azure dep) — no ARM64 OpenSSL in the cross env. This target never built; v0.3.0 also shipped with zero assets because Create Release needs every matrix build, so one failure blocked all binaries.

Dropping it publishes working assets for the 3 building targets: x86_64-linux, x86_64-darwin, aarch64-darwin. Re-add later via rustls / vendored-OpenSSL cross.

🤖 Generated with Claude Code

The aarch64-unknown-linux-gnu release build failed on `openssl-sys` (a
transitive aws/azure dependency) because the cross environment has no ARM64
OpenSSL. This target never produced an asset — v0.3.0 shipped with an empty
asset list for the same reason, and because `Create Release` needs every
matrix build, the failure blocked ALL release binaries.

Dropping it lets the release publish working assets for the three targets that
do build: x86_64-linux, x86_64-darwin, aarch64-darwin. Re-add aarch64-linux
later with rustls or a vendored-OpenSSL cross setup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@pszymkowiak pszymkowiak merged commit 0129ff7 into develop Jun 14, 2026
3 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