[jdk8u-dev] Integrated: 8324185: [8u] Accept Xcode 12+ builds on macOS
Sergey Bylokhov
serb at openjdk.org
Tue Apr 16 07:56:02 UTC 2024
On Fri, 19 Jan 2024 02:50:11 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 0f59d5ce
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/0f59d5ce82d146c1b238437731c26b02036dfdb2
Stats: 16 lines in 2 files changed: 0 ins; 15 del; 1 mod
8324185: [8u] Accept Xcode 12+ builds on macOS
Reviewed-by: phh, andrew
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/422
More information about the jdk8u-dev
mailing list