-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support for Redhat Linux / Rocky Linux #190
Comments
@laurent-martin thanks for the report. No I don't think we've tried Tebako on RHEL or Rocky Linux but it's something we can investigate. @maxirmx could you please help? I believe at RNP we have CentOS/RHEL GHA builds so we can adopt those workflows over here as well. |
There are two different topics here
These issues are "orthogonal". @laurent-martin, will it work for you ? |
@maxirmx I found an interesting alternative to what you proposed but it's probably not a viable solution for everyone - I used a modified version of patchelf and ran:
So far the binary seems to work on Ubuntu 22 but I didn't stress test it. It could be an option to make things more portable but you're the expert here, feel free to scream at me that this is a horrible hack 😄 |
I think this is a good idea :) |
Will this be an option? |
I think this is a postprocessing option that will make tebako package built with "older" glibc (pre 3.24) to work on newer gnu-linux versions. For example, make package built on Ubuntu 20 work on Ubuntu 22/24 (or Rocky Linux 9) I will test it |
@laurent-martin There are some examples here: |
Thanks a lot. podman run -it --rm -v $PWD:/mnt/w ghcr.io/tamatebako/tebako-ubuntu-20.04:0.8.6 tebako press --root=/mnt/w --entry-point=ascli --output=/mnt/w/ascli.exe --Ruby=3.2.4 --patchelf |
Anyone has successfully used
tebako
on Rocky Linux 9 ?I tried on Rocky 9, and got:
I tried the container:
But it does not run:
The text was updated successfully, but these errors were encountered: