-
Notifications
You must be signed in to change notification settings - Fork 8
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 additional architectures to pylace build #51
Comments
Do you mean non-x86 builds? |
You're correct. Though x86 jobs weren't failing due to explicit references to x86_64 methods. |
I'm not sure if there's a good solution for doing this in CI. GitHub doesn't have ARM runners available. And they also specifically suggest you DON'T use self-hosted runners for public projects, for security reasons. We can still build the ARM packages, just not run them. GitHub says they will have ARM runners at some point; I don't know if this is worth working on until then |
This is what I'm basing my view on MacOS ARM runners on: |
Is this still an issue? |
I don't think the original issue is. We are still not running CI on ARM builds, but we probably won't be unless/until GitHub starts offering free ARM CI. |
After polars is updated, we need to add x86 builds back to the automated builds in ci.
The text was updated successfully, but these errors were encountered: