mirror of
https://github.com/siderolabs/extensions.git
synced 2025-08-07 14:57:25 +02:00
Use wolfi base as toolchain for NVIDIA build. This removes a lot of hacks and patches we maintain. Fixes: #171 Fixes: https://github.com/siderolabs/pkgs/issues/720 Signed-off-by: Noel Georgi <git@frezbo.dev>
14 lines
364 B
Diff
14 lines
364 B
Diff
diff --git internal/ldcache/ldcache.go internal/ldcache/ldcache.go
|
|
index 5493dc3..9c86e41 100644
|
|
--- internal/ldcache/ldcache.go
|
|
+++ internal/ldcache/ldcache.go
|
|
@@ -32,7 +32,7 @@ import (
|
|
log "github.com/sirupsen/logrus"
|
|
)
|
|
|
|
-const ldcachePath = "/etc/ld.so.cache"
|
|
+const ldcachePath = "/usr/local/glibc/etc/ld.so.cache"
|
|
|
|
const (
|
|
magicString1 = "ld.so-1.7.0"
|