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

rustix: use libc backend #3841

Merged
merged 1 commit into from
Jul 11, 2022
Merged

rustix: use libc backend #3841

merged 1 commit into from
Jul 11, 2022

Conversation

cgwalters
Copy link
Member

See rationale in bytecodealliance/rustix#215
I wrote it so that we can use it here.

And specifically this will fix a currently s390x-specific build failure
because rustix only depends on the errno crate if it's using the
libc backend, and this creates currently s390x specific build failures
for us.

(This overlaps with #3840 and is an alternative, complementary fix)

See rationale in bytecodealliance/rustix#215
I wrote it so that we can use it here.

And specifically this will fix a currently s390x-specific build failure
because `rustix` only depends on the `errno` crate if it's using the
libc backend, and this creates currently `s390x` specific build failures
for us.
@cgwalters cgwalters merged commit 27f3f4b into coreos:main Jul 11, 2022
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.

2 participants