-
Notifications
You must be signed in to change notification settings - Fork 1
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
Debian 12 support: build binaries on glibc 2.35 if possible #47
Comments
@danielefranceschi Ubuntu 20.04 runners are deprecated and will be gone by April. Ubuntu 22.04 ships with I am not willing to spend any more time or resources on Debian 11, we already invest heavily in producing latest RabbitMQ and Erlang packages for Debian and Ubuntu because Debian's standard package repositories are years behind on everything all the time. |
To see if we may have any dependencies that would prevent us from producing releases on an older glibc. References #47.
Here's evidence that things seems to work perfectly fine on
So, the next release will be produced on glibc @danielefranceschi thank you for bringing this up! |
Oh, wait. I now recall why it was important to move to So we will have to produce more release artifacts to cover x86-64 Debian 12 but for aarch64, Debian users will have to install |
Is your feature request related to a problem? Please describe.
The current linux binaries are built on ubuntu-24 which has GLIBC 2.38; Debian [11,12] users cannot use those binaries.
Describe the solution you'd like
Build linux binaries with ubuntu-20; they will be compatible with any current linux distro.
Describe alternatives you've considered
No response
Additional context
The text was updated successfully, but these errors were encountered: