-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add win-arm64 migrator #3194
base: main
Are you sure you want to change the base?
Add win-arm64 migrator #3194
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3194 +/- ##
==========================================
- Coverage 77.77% 77.69% -0.09%
==========================================
Files 124 124
Lines 13423 13506 +83
==========================================
+ Hits 10440 10493 +53
- Misses 2983 3013 +30 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Let's add an additional test that runs the migrator on a feedstock and make sure the pinnings repo is setup properly. Then we should be able to merge!
@beckermr Is there an example for one of the other arch migrators that I could copy? |
Not specifically for an arch migration but there are good examples in |
/relock-conda |
WinArm64( | ||
graph=total_graph, | ||
pr_limit=PR_LIMIT, | ||
name="arm64 win addition", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No piggy back migrators?
Description:
This adds a migrator to add win-arm64 builds. I mostly copied the OSXArm migrator. Im unfamiliar with the codebase so I welcome feedback!
Checklist:
Cross-refs, links to issues, etc:
conda-forge/conda-forge.github.io#1940