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

Commits on Jun 29, 2023

  1. Fix the build with --no-default-features and more circumstances. (#712)

    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 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b092d10 View commit details
    Browse the repository at this point in the history