-
Notifications
You must be signed in to change notification settings - Fork 876
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
32 bit build fails on master: btl_base_am_rdma.c #8566
Comments
I can fix but I at this point why are we supporting 32-bit? Does anyone care about i386, PPC32/Power32, ARM v6 and earlier, etc? |
We are going to discuss it tomorrow - don't do anything until then. We'll post the conclusion here. Right now, it isn't clear we care about 32-bit any more. |
I was aware my code would not build 32-bit but I thought we had long-since axed that. It certainly is not tested by CI. I may call in tomorrow if I find time. |
Can we now close this? for master/v5.0x? |
Master PR: #8722 merged Reopening since has not been merged to v5.0.x yet |
Closing as it was merged to v5.0.x here: #8902 |
32 bit builds are currently failing on master. Git bisect says 3e31775 is the bad commit:
A persistent question: do we care about 32 bit builds any more?
I think we have not formally removed 32 bit support, otherwise Past Jeff would likely have put in a configure check to disallow 32 bit builds.
The text was updated successfully, but these errors were encountered: