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

treewide: change various flags to allow x64 darwin to default to sdk 11.0 when ready #324155

Merged
merged 3 commits into from
Jul 9, 2024

Commits on Jul 2, 2024

  1. treewide: fixes to allow x64 darwin to default to sdk 11

    update code to not assume that x64 darwin must use sdk 10.12. After this
    change it's possible to build a sdk 11 stdenv on darwin x64
    paparodeo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3cb23ce View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. treewide: only access apple_sdk.sdk when sdk < 11

    update code to not assume that x64 darwin uses sdk 10.12. These changes
    want to reach into apple_sdk.sdk to grab a header file which is only
    required for sdk 10.12.
    paparodeo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    07cba93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44ffe5 View commit details
    Browse the repository at this point in the history