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

darwin: cleanup obsolete sdks #24252

Merged
merged 1 commit into from Mar 24, 2017
Merged

Conversation

periklis
Copy link
Contributor

@periklis periklis commented Mar 23, 2017

Motivation for this change

Since the upgrade to MacOS_sdk-10.10 in pure darwin, these duplicate sdks from 2015 are obsolete. Remaining sdk:

  • osx_sdk with dependents cf-private and their leafs
  • apple_sdk: pure darwin built sdk from original apple pkgs and not from host paths or xcode installations.
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@periklis, thanks for your PR! By analyzing the history of the files in this pull request, we identified @copumpkin, @gridaphobe and @spwhitt to be potential reviewers.

@copumpkin
Copy link
Member

If nothing is using these, then a thousand 👍

Copy link
Member

@LnL7 LnL7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@@ -11263,7 +11262,6 @@ with pkgs;

xcode = callPackage ../os-specific/darwin/xcode {};

osx_sdk = callPackage ../os-specific/darwin/osx-sdk {};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is used by smlnj, maybe it can be replaced by the apple_sdk?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right i missed to add this to the change-set

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've added it now

@LnL7 LnL7 merged commit 6fe465f into NixOS:master Mar 24, 2017
@periklis periklis deleted the topic_darwin_cleanup branch July 25, 2018 09:21
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.

None yet

4 participants