RFR: 8308306: Update to Xcode 14.3 on macOS

Kevin Rushforth kcr at openjdk.org
Thu May 25 14:37:07 UTC 2023


On Sat, 20 May 2023 14:47:50 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> Update the compiler on macOS to Xcode 14.3. In addition to providing the needed C++20 support for the next WebKit update, initial testing by the JDK team shows that this fixes a reproducible builds problem, so it might help address [JDK-8306886](https://bugs.openjdk.org/browse/JDK-8306886).
> 
> Xcode 14.3 requires macOS 13 Ventura to build (although it is known to build on macOS 12 Monterey, which might be useful for developer builds). The generated JavaFX code will run on older versions of macOS.

Thanks for noticing this. Since I always build with the devkit, I forgot to update the preferred SDK property. Xcode 14.3 comes with SDK 13.3, so the default should be updated to that. I do some additional testing and then update this PR.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1140#issuecomment-1563020645


More information about the openjfx-dev mailing list