Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update extension spec to support glibc standard path. When needing to run NVIDIA workloads which require tools build around glibc compiled to a prefix like `/usr/local/glibc`, apps compiled against glibc had to be invoked as `/usr/local/glibc/lib/ld-linux-x86-64.so.2 <full path to app>`. Allowing `/lib64/ld-linux-x86-64.so.2` as a allowlist in extension spec would allow to create a symlink in `/lib64/ld-linux-x86-64.so.2` which points to `/usr/local/glibc/lib/ld-linux-x86-64.so.2`. Signed-off-by: Noel Georgi <git@frezbo.dev>
- Loading branch information