Add cross-compilation for arm64 and aarch64#6
Conversation
|
@conda-forge-admin, please rerender |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
…nda-forge-pinning 2025.07.29.16.05.27
|
@conda-forge-admin, please re-render |
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.07.29.16.05.27
|
Don't know if you noticed, but you haven't gotten any Linux jobs here yet |
| - pull_request | ||
| provider: | ||
| linux_64: github_actions | ||
| linux_aarch64: azure |
There was a problem hiding this comment.
Provider is irrelevant for platforms that are being cross compiled (build_platform: has higher precedence, and so this ends up using the providers for linux_64)
|
Note that you'll have to wait a bit to get some runners. There's a pytorch PR running currently which is using all the GPUs. That's one more reason why you should switch to CPU runners unless actual GPUs are absolutely necessary. It will allow your jobs to be scheduled more quickly. In general, please be aware that you're using a very rare resource that's needed by other feedstocks as well. In particular, while developing a PR for some change, you should add build:
skip: match(python, "!=312")(or however this is spelled in v1; still don't know it by heart). Once everything is green you can remove the skip to build out all version only once before merging. |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)