RFR: 8343760: GHA: macOS / aarch64 builds depend on Xcode 14 which will be removed [v2]
Kevin Rushforth
kcr at openjdk.org
Thu Nov 7 19:45:23 UTC 2024
On Thu, 7 Nov 2024 19:33:11 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Leave the Xcode-select commented out for clarity
>
> .github/workflows/submit.yml line 301:
>
>> 299: which ant
>> 300: ant -version
>> 301: sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
>
> do you think it might be better to comment out this line, in case we need emergency override?
Sure. It might also save a question from someone wondering why we do an `xcode-select` for macOS 13 but not macOS 14
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1630#discussion_r1833251386
More information about the openjfx-dev
mailing list