[jdk11u-dev] RFR: 8343786: [11u] GHA: Bump macOS and Xcode versions to macos-13 and XCode 14.3.1 [v4]
Antonio Vieiro
duke at openjdk.org
Mon Nov 25 21:54:10 UTC 2024
> An implementation of [JDK-8343786](https://bugs.openjdk.org/browse/JDK-8343786) that bumps the GHA runners versions to `macos-13` and `XCode 14.3.1`.
>
> This uses the `--enable-xcode14` configuration flag introduced in https://github.com/openjdk/jdk11u-dev/pull/2966 ([JDK-8344458](https://bugs.openjdk.org/browse/JDK-8344458)) to build and run tier-1 tests on `macos-13` and `XCode 14.3.1`.
>
> Tier-1 tests seem to be failing randomly on macos-13/XCode14 with either a timeout or an ArrayIndexOutOfBoundsException t in serviceability/sa/ClhsdbFindPC.java. This is currently under investigation and may be related to [JDK-8260389](https://bugs.openjdk.org/browse/JDK-8260389) or [JDK-8277079](https://bugs.openjdk.org/browse/JDK-8277079).
>
> The rest of `tier1` tests are expected to pass on this platform.
Antonio Vieiro has updated the pull request incrementally with one additional commit since the last revision:
Use --disable-warnings-as-errors for building on XCode 14 and up
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/2967/files
- new: https://git.openjdk.org/jdk11u-dev/pull/2967/files/34a5b048..fcfdd708
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2967&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2967&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2967.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2967/head:pull/2967
PR: https://git.openjdk.org/jdk11u-dev/pull/2967
More information about the jdk-updates-dev
mailing list