-
Notifications
You must be signed in to change notification settings - Fork 23
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
ENH: Generate Linux ARM wheels #190
Conversation
@ntatsisk we are seeing a MONAI notebook testing error. Is this related to a MONAI update or something else?
|
Hi @thewtex, I managed to replicate the error locally. Indeed, I think it was caused by a MONAI update and I am suspecting that happened here: Project-MONAI/MONAI@7f16a15. I added a PR to fix here #191. However, I noticed that another error appears while pip installing |
If I understand correctly you are referring to the macOS notebook failure in #191 , which seems to have been caused by a bad HTTP connection. I have restarted the notebook check in that PR. |
Features comes from the updated GitHub Action repository.
Rebased on the MONAI notebook fix from @ntatsisk 🙏 |
I have restarted ARM builds in If we see recurring timeouts and/or ARM build time becomes a problem for iterating on changes in PRs we could consider either 1) making ARM builds run only in the |
@N-Dekker It looks like ARM builds are still consistently taking 5.5 to 6 hours to build, while GitHub Actions runners time out at 6 hours. https://github.com/InsightSoftwareConsortium/ITKElastix/actions/runs/3925249143/jobs/6827215695 ARM builds take a long time because we are using emulation tools to build for the aarch64 target architecture on an x64 platform. See my previous comment for general ways to address. @thewtex may have additional input on how to streamline the ITKElastix build process to avoid timeout. |
We should have much faster native cross-compilation builds if InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#56 works. |
That feature request is for the |
The |
Moving discussion to that thread. |
Features comes from the updated GitHub Action repository.