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

glibc: allow (cross)-build on case-insensitive fs #303868

Merged
merged 1 commit into from
Apr 14, 2024

Commits on Apr 13, 2024

  1. glibc: allow (cross)-build on case-insensitive fs

    ...such as APFS.
    
    The problem here is that a change inside the 2.39 patchset creates a
    file `ADVISORIES` and also contains a directory `advisories/` and both
    are considered the same file on APFS.
    
    Reproducible with `nix-build -A pkgsCross.gnu64.stdenv.cc` on a
    `aarch64-darwin` host.
    
    Hence, excluding the file from the patchset as it is non-functional anyways.
    
    Closes NixOS#303193
    Ma27 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    0897e8b View commit details
    Browse the repository at this point in the history