On Tue, 22 Oct 2024 01:46:45 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
> - Removed hard check for "Xcode with command line developer tools" when > `--mac-sign` is specified and instead we will show information message if > `codesign` fails for any reason that possible root cause of failure is > missing Xcode with command line developer tools. > - Reason for this is that `codesign` works fine on recent macOS versions and > it looks like dependency on Xcode with command line developer tools is no > longer required. Unfortunately it is unknown which macOS versions are require > Xcode with command line developer tools in order to `codesign` work, so this > check will be done as soft check. > - SigningOptionsTest which requires "Xcode with command line developer tools" > on some older macOS versions was modified to skip certain tests which might > fail if Xcode is not installed. This pull request has now been integrated. Changeset: 9a7a850e Author: Alexander Matveev <almat...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/9a7a850e2892990cf6755a0ccb19711816ad1b51 Stats: 85 lines in 8 files changed: 51 ins; 26 del; 8 mod 8341939: SigningOptionsTest fails without Xcode with command line developer tools after JDK-8341443 Reviewed-by: asemenyuk ------------- PR: https://git.openjdk.org/jdk/pull/21628