> - 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.
Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision: 8341939: SigningOptionsTest fails without Xcode with command line developer tools after JDK-8341443 [v2] ------------- Changes: - all: https://git.openjdk.org/jdk/pull/21628/files - new: https://git.openjdk.org/jdk/pull/21628/files/97307d5c..b0b5909b Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=21628&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21628&range=00-01 Stats: 20 lines in 2 files changed: 0 ins; 11 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/21628.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21628/head:pull/21628 PR: https://git.openjdk.org/jdk/pull/21628