-
Notifications
You must be signed in to change notification settings - Fork 395
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
🚀 Continue to support GLIBC_2.28 in binary release #1029
Comments
I confirm (on RHEL 8.3). |
|
Thanks for the workaround ! I wouldn't have thought of trying a musl-compiled binary on a glibc system. It does work though, since the |
Hi all, I do not have particular expertise in this area. I believe that delta binaries are being built using procedures that are standard for Rust projects building via GitHub actions, so I don't think there are delta bugs in this area. However, I am open to advice / suggestions here and it's of course possible that something can be improved in the delta build config: https://github.com/dandavison/delta/blob/master/.github/workflows/cd.yml |
One strategy for investigating that comes to mind would be, if you come across a delta binary that is problematic, one could check a Rust+GitHubActions project such as |
I googled a bit and it seems it is requiring the glibc version of the system where it's compiled. One alternative is to build in a Docker container (like the offical Rust ones). |
In fact looking at sharkdp/bat#2194 it seems it is only a matter of setting |
0.11.3
worked fine on RHEL8/Centos8/RockyLinux8, but nowdelta-0.12.1-x86_64-unknown-linux-gnu.tar.gz
gives:Maybe another binary might work? I am not sure what all the extensions mean.
Can you please keep on supporting GLIBC_2.28? Thanks!
The text was updated successfully, but these errors were encountered: