Add ARM64 musl coverage across SDK transports - #2548
Open
roji wants to merge 5 commits into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 41f8d874-82fa-4398-9863-998a615d6550
Upgrade Koffi for its fixed musl ARM64 native binary and isolate Rust's native container artifacts from other host architectures. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 41f8d874-82fa-4398-9863-998a615d6550
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 41f8d874-82fa-4398-9863-998a615d6550
Configure mounted workspaces as trusted Git directories in the shared Alpine action, centralize common Alpine packages, and keep musl detection compatible with the net472 test target. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 41f8d874-82fa-4398-9863-998a615d6550
Contributor
There was a problem hiding this comment.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Note
This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.
roji
enabled auto-merge
September 7, 2026 06:53
devm33
approved these changes
Sep 7, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Sep 7, 2026
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.
Why
The language SDKs had no CI execution coverage for musl, and Node.js, Python, Go, .NET, and Rust also lacked Linux ARM64 runtime coverage. The Copilot CLI runtime wrapper now supports dynamic musl loading, so these paths can be exercised end to end.
What changed
linux-musl-*RIDs.Java remains unchanged because its build does not yet produce musl classifier artifacts.
Validation
Ran the complete default and in-process Alpine suites natively on ARM64 for Node.js, Python, Go, .NET, and Rust.