-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Stop supporting 32-bit platforms #4564
Comments
One counter-example we may want to support in the future (though we don't today) is WebAssembly, where 32-bit is still relevant. |
Assuming for a moment, that we only cared about 32-bit as a "might want to support WASM in the future", is there any reason to continue to do CI for 32-bit platforms? WASM might not already work. If we decided that that WASM in the future was a reason for 32-bit, we could decide:
This would leave us in the position of "if there's work on something in the future to make 32-bit work that we are aware of, we can decide to drop at that time or invest effort in maintaining". |
I agree with the idea of dropping testing for those platforms, while keeping the support code as an "untested; best effort" basis. |
We discussed in the sync call - Sean suggested we defer any decision here until we get a significant bit of work required to continue supporting the 32-bit CI setup (e.g. updating the runners there), and at such time we can make a decision whether to do that work to keep supporting, or to do the work to remove CI for official support. |
We are considering dropping support for 32-bit platforms and only supporting 64-bit ones. We are a small group of volunteers and supporting 32-bit platforms is a bit difficult.
We'd like to hear if anyone is actively using Pony for serious work on any 32-bit platforms and if yes, what you are doing with it. To that end, we have opened this issue. If you can't talk about what you are doing publicly, please reach out to me privately via email.
The text was updated successfully, but these errors were encountered: