You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this, our default `musl` in the BB rootfs has the SONAME `libc.musl-.so.1`:
```
# readelf -d /lib/libc.musl-x86_64.so.1
Dynamic section at offset 0x94928 contains 18 entries:
Tag Type Name/Value
0x000000000000000e (SONAME) Library soname: [libc.musl-.so.1]
```
0 commit comments