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
This is killing the Windows and macOS builds. We now check for
secure_getenv() in ./configure and fall back to the regular getenv()
if it is not available. This should not actually matter in the one
case we need it, namely on musl, because musl provides secure_getenv().
0 commit comments