ci(node): drop aarch64-linux-musl from the 0.1.0 npm build#11
Merged
Conversation
napi's `--use-napi-cross` doesn't provide the `aarch64-linux-musl-gcc` linker for the arch-cross + musl combination, so that target fails to link. Drop it from the napi targets, optionalDependencies, and release matrix to ship the other six platforms; revisit arm64-musl (native ARM runner) later. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Ships npm 0.1.0 for the six platforms that build cleanly.
aarch64-unknown-linux-muslfails because napi's
--use-napi-crossdoesn't provide theaarch64-linux-musl-gcclinker for the arch-cross + musl combination (the x86_64-musl and aarch64-gnu crosses
work fine). Removed from
napi.targets,optionalDependencies, and the release matrix.The
bindings/node/npm/linux-arm64-musl/template dir is left dormant (ignored by napisince it's no longer a target) to ease re-adding the platform on a native ARM runner later.
crates.io and PyPI 0.1.0 are already published; this unblocks the npm 0.1.0 publish.
🤖 Generated with Claude Code