-
Notifications
You must be signed in to change notification settings - Fork 268
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
build on all 4 supported Travis architectures #360
Conversation
Thanks! I did this before to add arm64 e792658 but Travis can't build Numpy and Cython. |
You are welcome @taoliu ! |
I am trying arm64 and see this error while compiling numpy: https://travis-ci.com/taoliu/MACS/jobs/288971199
Since I saw Numpy can pass Debian autobuilder https://buildd.debian.org/status/package.php?p=numpy&suite=sid, maybe there is some specific FLAG for gcc? |
Now, I can test arm64 and reproduce the error https://travis-ci.com/taoliu/MACS/builds/149693293 Add |
Thanks @taoliu ! I got hit by a GItHub bug yesterday (my commit wasn't showing up in this PR while it was clearly visible on my branch) so I had given up for a bit. I'll keep poking on a Python 32-bit x86 Travis CI solution. |
@mr-c Thanks for the update! I have tried to set 'dist: bionic' in my branch: And now MACS2 can be built under the four architectures and I can see the errors from the |
No description provided.