Skip to content
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

feat: glibc extension #473

Merged
merged 1 commit into from
Oct 18, 2024
Merged

feat: glibc extension #473

merged 1 commit into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. feat: glibc extension

    The extension is mostly copied from the package that is in the nvidia
    toolkit extensions, but with a few notable changes.
    
    - A symbolic link to `ldconfig` is installed at `/sbin/ldconfig`. This
    allows the nvidia gpu-operator to work without modification. A patch to
    the extension validation logic is required to allow the new path.
    - The `/usr/local/glibc` subtree is now structured as a [merged `/usr`
    root](https://systemd.io/THE_CASE_FOR_THE_USR_MERGE/). This improves
    compatbility with ld-linux.so.2 for library discovery.
    
    Signed-off-by: Jean-Francois Roy <[email protected]>
    Signed-off-by: Noel Georgi <[email protected]>
    jfroy authored and frezbo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c7eb377 View commit details
    Browse the repository at this point in the history