-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
CI: enable arm64 build on drone.io #39730 #39742
Conversation
a couple of thoughts here.
|
great this looks like its running now; i would xfail the tests that are failing and open an issue for them. |
hmm looks like it is timing out, for sure skip the slow tests. maybe have to see what is slow on arm and re-add back the arm_slow (or similar) to skip more. |
The building phase took either 4 min or 14 min. Not sure why. |
@jreback I asked Drone about the performance issue https://discourse.drone.io/t/unstable-performance-on-arm64/8833. This is the response:
|
so basically this is unusable :( iirc numpy does build arm for CI but i don't recall exactly where cc @seberg |
We did not move away from TravisCI, instead apparently the right tree got shaken and (apparently enough) credits fell out: numpy/numpy#17824 (comment) Is that is what you were asking? I suppose that should also work for pandas, but I am not sure about the correct "process" for it. Maybe pinging those involved directly, although it would be nice if there was a better solution after the initial quick policy-change... |
Let's find the right tree :) |
i am going to hook us up with circleci which i think supports arm (or does so via a docker image) |
xref CI: arm Travis build timing out #36719