Add a migrator for moving from cross to native linux_aarch64 builds - #6251
Open
mgorny wants to merge 2 commits into
Open
Add a migrator for moving from cross to native linux_aarch64 builds#6251mgorny wants to merge 2 commits into
linux_aarch64 builds#6251mgorny wants to merge 2 commits into
Conversation
Add a migrator that detects feedstocks using `linux_64` GHA runners to cross-compile to `linux_aarch64`, and attempt switching them to native `linux_aarch64` runners. This only covers GHA, as Azure does not feature native AArch64 runners. For now, we're covering only `linux_aarch64`, since `osx_arm64` needs concurrent build limit raised first. Fixes conda-forge/conda-forge.github.io#2852 Signed-off-by: Michał Górny <mgorny@quansight.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6251 +/- ##
==========================================
+ Coverage 81.22% 81.30% +0.07%
==========================================
Files 146 148 +2
Lines 17484 17578 +94
==========================================
+ Hits 14202 14292 +90
- Misses 3282 3286 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
mgorny
marked this pull request as ready for review
June 18, 2026 17:34
pb01ka
approved these changes
Jun 19, 2026
pb01ka
left a comment
There was a problem hiding this comment.
Other than the minor comment (addressing it is fully optional), this PR looks excellent. I would give a +1 for merging it.
isuruf
requested changes
Jun 20, 2026
Signed-off-by: Michał Górny <mgorny@quansight.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.
Description:
Add a migrator that detects feedstocks using
linux_64GHA runners to cross-compile tolinux_aarch64, and attempt switching them to nativelinux_aarch64runners. This only covers GHA, as Azure does not feature native AArch64 runners. For now, we're covering onlylinux_aarch64, sinceosx_arm64needs concurrent build limit raised first.Checklist:
Cross-refs, links to issues, etc:
Fixes conda-forge/conda-forge.github.io#2852