[jdk8u-dev] RFR: 8324185: [8u] Accept Xcode 12+ builds on macOS [v4]
Sergey Bylokhov
serb at openjdk.org
Tue Feb 27 17:45:03 UTC 2024
> I would like to update the build logic for macOS so it will accept the XCode 14 and 15. It could be done in a few ways:
>
> - Add XCode 13, 14 and 15 to the list of supported versions, like [this](https://github.com/openjdk/jdk8u-dev/pull/422/commits/d2d157ff4dd04cb108e036282643b21ac132016c)
> - Accept all XCode 9+ versions, like [this](https://github.com/openjdk/jdk8u-dev/pull/422/commits/d1d5e2d214135084e50bc5aba839afab98cf2de7).
> - Delete the "fail fast" code path. So if the xcode and command-line tools are there then build it, like [this](https://github.com/openjdk/jdk8u-dev/pull/422/commits/d28f6cdbc2bd6cb6bfefc84837a6c7c76c287572).
>
> I think we can safely delete this check, so this PR implements it.
Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
- Merge branch 'openjdk:master' into xcode
- Merge branch 'master' into xcode
- Merge branch 'openjdk:master' into xcode
- Drop "Fail-fast" code path
- Accept XCode 9+
- Add Xcode 13, 14 and 15
-------------
Changes: https://git.openjdk.org/jdk8u-dev/pull/422/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=422&range=03
Stats: 16 lines in 2 files changed: 0 ins; 15 del; 1 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/422.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/422/head:pull/422
PR: https://git.openjdk.org/jdk8u-dev/pull/422
More information about the jdk8u-dev
mailing list