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

pkgsMusl.stdenv: fix build on aarch64 #169764

Merged
merged 3 commits into from
Apr 22, 2022

Commits on Apr 22, 2022

  1. patchelf_0_13: init at 0.13.1

    The C++ compiler in our musl bootstrap for aarch64 is too old to build
    the latest version of patchelf, so introduce a package for the most
    recent version it's capable of building that we can use to get a new
    bootstrap.
    alyssais committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3ec2bca View commit details
    Browse the repository at this point in the history
  2. patchelf: use 0.13.x on aarch64+musl

    The C++ compiler in our musl bootstrap for aarch64 is too old to build
    the latest version of patchelf, so we need to use the latest version
    that builds with that compiler to get a new bootstrap.
    alyssais committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    fd5abf0 View commit details
    Browse the repository at this point in the history
  3. pkgsMusl.coreutils: fix build on aarch64

    I suspect this issue is caused by the very old version of diffutils we
    have in the aarch64+musl bootstrap tools, so hopefully we can
    re-enable the tests once we have newer bootstrap tools.
    alyssais committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a30237c View commit details
    Browse the repository at this point in the history