Skip to content

Commit

Permalink
chore: update extension spec
Browse files Browse the repository at this point in the history
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
frezbo committed Jul 21, 2022
1 parent 6c412b0 commit fece6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Any paths in the `rootfs` should be contained within the following hierarchies:

- `/etc/cri/conf.d/`
- `/lib/firmware/`
- `/lib64/ld-linux-x86-64.so.2`
- `/usr/etc/udev/rules.d`
- `/usr/local/`

Expand Down

0 comments on commit fece6ed

Please sign in to comment.