Add Linux ARM wheel builds - #171
Merged
Merged
Conversation
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.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.
Adds native Linux ARM64 coverage to the C++, Rust, Rust/JS/WASM, and C++/JS/WASM generated workflows.
ubuntu-24.04-armnow participates as a full CI platform: dependency installation, host build, tests and coverage, nativemanylinux_aarch64wheel generation, cibuildwheel's in-container tests, installed-wheel smoke testing, and artifact upload. Source distributions and Rust crate packages remain x86 Linux-only to avoid duplicate source artifacts.The workflows use
CIBW_ARCHS_LINUX=native, remove obsolete QEMU setup from Rust variants, and give ARM artifacts a distinct runner-qualified name. The C++ template also aligns its ARM image withmanylinux_2_28, replaces its placeholder cibuildwheel test with vendored pytest tests, and fixes the existing musllinux skip selector.Verified by generating all four templates, parsing each rendered workflow as YAML, and asking cibuildwheel 3.4.1 for both architecture plans. Every variant selected exactly
manylinux_x86_64andmanylinux_aarch64, with no musllinux builds.