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
`std` doesn't appear to build on AIX currently, but
`-Z build-std=core,alloc` does, so add that as a CI check, and fix the
errors it turns up.
AIX has `stat64xat` and others which we could use, but they're not in
the upstream `libc` crate bindings yet, so disable `statat` on AIX for
now.
0 commit comments