Skip to content

Commit 5f86cc6

Browse files
committed
add Talos glibc library search paths
1 parent a462a19 commit 5f86cc6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/lookup/library.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ func NewLibraryLocator(opts ...Option) Locator {
3232
opts = append(opts,
3333
WithSearchPaths([]string{
3434
"/",
35+
"/usr/local/glibc/usr/lib",
36+
"/usr/local/glibc/lib",
37+
"/usr/local/glibc/lib64",
3538
"/usr/lib64",
3639
"/usr/lib/x86_64-linux-gnu",
3740
"/usr/lib/aarch64-linux-gnu",

0 commit comments

Comments
 (0)