-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix CI #169
fix CI #169
Conversation
6c081a4
to
4f52a35
Compare
Inside the aarch64 docker build, musllinux successfully runs to completion but glibc fails to build.
|
Reproducing locally: the A64FX kernel compilation does not set |
It seems building inside a aarch64 docker is too slow and fraught with problems. I will have to work out how to convince multibuild to cross-compile. |
Perhaps easier to move it to Cirrus CI? |
I would need access to an account. |
The whole MacPython org is mostly dormant, only a few projects haven't moved their wheel builds away from it yet. Maybe you can simply get org-level access now. @matthew-brett? |
Getting closer. The build and tests of OpenBLAS succeed, now there is something off about building the wheel out of the artifacts. |
In the end, aarch64 was failing but because of ... reasons ... stdout was not displayed on travisCI. Adding the ability to build in github CI allowed displaying the error, which led to various fixes including OpenMathLib/OpenBLAS#4826 for building newer aarch64 kernels with gcc 10.4, but using that CI takes over 3 hours, so I moved it back to travis. |
Only change CI