Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Moritz Angermann's avatar
    a3ee3b99
    Drop hard Xcode dependency · a3ee3b99
    Moritz Angermann authored and Marge Bot's avatar Marge Bot committed
    XCODE_VERSION calls out to `xcodebuild`, which is only available
    when having `Xcode` installed. The CommandLineTools are not
    sufficient. To install Xcode, you must have an apple id to download
    the Xcode.xip from apple.
    
    We do not use xcodebuild anywhere in our build explicilty. At best
    it appears to be a proxy for checking the linker or the compiler.
    These should rather be done with
    ```
    xcrun ld -version
    ```
    or similar, and not by proxy through Xcode. The CLR should be
    sufficient for building software on macOS.
    a3ee3b99
    History
    Drop hard Xcode dependency
    Moritz Angermann authored and Marge Bot's avatar Marge Bot committed
    XCODE_VERSION calls out to `xcodebuild`, which is only available
    when having `Xcode` installed. The CommandLineTools are not
    sufficient. To install Xcode, you must have an apple id to download
    the Xcode.xip from apple.
    
    We do not use xcodebuild anywhere in our build explicilty. At best
    it appears to be a proxy for checking the linker or the compiler.
    These should rather be done with
    ```
    xcrun ld -version
    ```
    or similar, and not by proxy through Xcode. The CLR should be
    sufficient for building software on macOS.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.