RFR: JDK-8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
Matthias Baesken
mbaesken at openjdk.org
Tue Jun 20 12:03:04 UTC 2023
On Mon, 19 Jun 2023 14:08:34 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We were running into some issues with the configure checks checking the codesign tool. Unfortunately the output is a bit limited and should be enhanced, especially printing what is really called.
Hi Erik, the added codesign tool calls are already printed into the rather verbose config.log.
In the main configure output we see only what we saw before
checking for macosx code signing mode... auto, default
checking for macosx code signing identity... openjdk_codesign, default
checking if codesign with hardened runtime is possible... no
checking if debug mode codesign is possible... no
checking for macosx code signing mode... disabled
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14541#issuecomment-1598640325
More information about the build-dev
mailing list