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 the build with --no-default-features and more circumstances. (#712) #713

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

sunfishcode
Copy link
Member

When building with --no-default-features, the default use-libc-auxv feature is disabled, and rustix falls back to reading the auxv variables using /proc/self/auxv. This requires some filesystem functions to do, so ensure that the filesystem code is enabled in configurations that need that.

Fixes #706.

When building with --no-default-features, the default use-libc-auxv
feature is disabled, and rustix falls back to reading the auxv variables
using /proc/self/auxv. This requires some filesystem functions to do,
so ensure that the filesystem code is enabled in configurations that
need that.

Fixes #706.
@sunfishcode sunfishcode merged commit c5b35aa into 0.37 Jun 29, 2023
@sunfishcode sunfishcode deleted the 0.37-updates branch June 29, 2023 21:16
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