Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix no_std compilation on AIX. #841

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Fix no_std compilation on AIX. #841

merged 1 commit into from
Sep 20, 2023

Conversation

sunfishcode
Copy link
Member

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.

`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.
@sunfishcode sunfishcode merged commit 26ece58 into main Sep 20, 2023
41 of 44 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/aix branch September 20, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant