Skip to content

Add a migrator for moving from cross to native linux_aarch64 builds - #6251

Open
mgorny wants to merge 2 commits into
conda-forge:mainfrom
mgorny:cross-to-native
Open

Add a migrator for moving from cross to native linux_aarch64 builds#6251
mgorny wants to merge 2 commits into
conda-forge:mainfrom
mgorny:cross-to-native

Conversation

@mgorny

@mgorny mgorny commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Description:

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.

Checklist:

  • Pydantic model updated or no update needed

Cross-refs, links to issues, etc:

Fixes conda-forge/conda-forge.github.io#2852

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

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.68085% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.30%. Comparing base (687e08f) to head (5a8ce74).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
conda_forge_tick/migrators/cross_to_native.py 91.07% 5 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mgorny
mgorny marked this pull request as ready for review June 18, 2026 17:34

@pb01ka pb01ka left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the minor comment (addressing it is fully optional), this PR looks excellent. I would give a +1 for merging it.

Comment thread conda_forge_tick/migrators/cross_to_native.py
Comment thread conda_forge_tick/migrators/cross_to_native.py Outdated
Signed-off-by: Michał Górny <mgorny@quansight.com>
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.

A migrator (or a hint) for moving from cross-compilation to native GHA builds

3 participants