-
Notifications
You must be signed in to change notification settings - Fork 714
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
[RFC] Stop shipping 32-bit binaries. #1315
Comments
Agreed. 👍 |
I'm in full agreement that we should stop providing pre-compiled binaries for win32 and i686 linux. The last Intel 32-bit desktop processor was released in 2007, and the last AMD 32-bit desktop processor was released in 2004. There are still 32-bit x86 processors being made, though mostly for integrated/embedded systems that are unlikely to ever be used for crypto wallet purposes. Note: I think we SHOULD still ship linux armhf binaries (32-bit ARM architecture), as there are still a number of semi-recent SOC based devices that use such processors and are otherwise fully capable of, and indeed used for, crypto wallet purposes. |
449872b [Build] Remove Windows 32 bit build, coming from btc@faf666f8148eeb305a9c4f78459aff2c7268016b (furszy) Pull request description: Coming from [btc@15939](bitcoin#15939). Based on #1315. ACKs for top commit: Fuzzbawls: ACK 449872b random-zebra: ACK 449872b and merging... Tree-SHA512: 39c8785ade1202c09c76d964fdc3c739f9e162fec5c9b2991ee9a0a60c4935485c3822be82fd2e279fe536e049b3b1e4a9d5137145505adc09feea850420d8f0
Closed in #1324 |
Will be short.
We are currently shipping 32-bit binaries by default. I don't see a good reason for continue shipping them (Upstream already dropped support for windows one and it's close to stop shipping linux one too).
People will be able to build their own binaries, I just propose to not ship them by default.
Immediate pros: Less Travis timeouts and Gitian will be faster.
The text was updated successfully, but these errors were encountered: