mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
The ldd command used for detection doesn't seem to have a --version flag on Alpine Linux. It would print the expected output, but instead of stdout, it would print it on stderr. The musl detection code would only scan stdout for mentions of "musl", and would thus *not* download the musl version of the fs-repo-migrations executable. This manifested in the well-known "fs-repo-migrations: not found" error, which you get when executing something that was linked against a different libc than the one present on the system. License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org> |
||
|---|---|---|
| .. | ||
| common | ||
| config | ||
| fsrepo | ||
| mock.go | ||
| onlyone.go | ||
| repo.go | ||