-
Notifications
You must be signed in to change notification settings - Fork 528
[MRG] build wheels with arm64 (raspberry PI) #238
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
Conversation
Yeah so now we can build wheels for aarch64 (that is for Raspberry PI and android devices). But since it uses emulation it basically takes forever to build them (45 minutes instead of 10). The wheels are built only on master and when forced in PR with 'build wheels' in the commit message so it should not be seen during PR but it will inrease the chance that the wheels build will fail on master branch (I kind of hat those red X). WDYT @ncourty @agramfort ? |
sklearn builds / uses ARM on a weekly basis as it's too costly / slow.
I would not make ARM part of the main CI run for every commit. It's not
sustainable.
… |
OK now we should have weekly build for all the wheels (that can be triggered if needed) and pus on master for the fast ones. |
Uh oh!
There was an error while loading. Please reload this page.