-
Notifications
You must be signed in to change notification settings - Fork 12
Added arm64 jobs for Travis-CI #12
Conversation
Looks like travis is having network issues? I tried restarting the jobs. |
Signed-off-by: odidev <odidev@puresoftware.com>
Yes, I think Travis had network issues. I have amended the commit again and jobs have been restarted. |
Both ARM64 jobs are passing now. Some AMD64 jobs are failing and I don't think these changes are affecting those builds. |
Thanks! The uploads on the night seem to be broken, but I'll backport this to the 3.3.x build branch and see if we can get the 3.3.0 wheels posted. |
Added arm64 jobs for Travis-CI
Thanks for merging... |
So it looks like it is buliding, but upload is broken.... https://travis-ci.org/github/MacPython/matplotlib-wheels/builds/711643105 |
Upload is failing, but I do not think it is an issue with ARM64 platform. I am thinking there is an issue with global python version 3.5, can we update it to python 3.7? |
I think on master it was already upgraded to 3.7. Strange that the PR does not pick that up. |
@tacaswell aarch64 wheels don't show up on PyPI. Is there any work that needs to be done for that? |
@tacaswell Ping. |
Because of #13, we have no way to get wheels from this process, and so they aren't uploaded from this build right now. |
Modified ".travis.yml" to add Arm64 jobs for Travis-CI