Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7679b8edae18
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 317702e28d58
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 29, 2020

  1. xcbuild: add compatibility support for exporting sdk info

    "Real" xcodebuild allows using `xcodebuild -version -sdk` without
    an sdk version argument, which will dump sdk info for all the
    installed sdks.
    
    Bazel"s "xcode cc toolchain setup on mac" process uses this
    to determine which SDK version is actually installed.  This
    change allows using a nix-supplied pinned compiler and build
    system under bazel.
    Dave Nicponski authored and virusdave committed Apr 29, 2020
    Copy the full SHA
    c3c3f68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85844 from virusdave/dnicponski/scratch/better_sd…

    …k_version_support
    
    xcbuild: add support for exporting sdk info
    worldofpeace committed Apr 29, 2020
    Copy the full SHA
    317702e View commit details
    Browse the repository at this point in the history