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
in musl libc, log.c can't build because it doesn't have execinfo.h. to fix it you could put it behind #ifdef GLIBC and do something else on musl or use one of the execinfo libraries if execinfo is detected as not found
in musl libc, log.c can't build because it doesn't have execinfo.h. to fix it you could put it behind #ifdef GLIBC and do something else on musl or use one of the execinfo libraries if execinfo is detected as not found