Skip to content

Commit

Permalink
add glibc/lib to library search paths
Browse files Browse the repository at this point in the history
Signed-off-by: Zackeus Bengtsson <[email protected]>
  • Loading branch information
Hexoplon committed Oct 19, 2024
1 parent bfbce33 commit 96ba184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nvidia-device-plugin/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func (r root) tryResolveLibrary(libraryName string) string {
"/lib64",
"/lib/x86_64-linux-gnu",
"/lib/aarch64-linux-gnu",
"/glibc/lib",
}

for _, d := range librarySearchPaths {
Expand Down

0 comments on commit 96ba184

Please sign in to comment.