Skip to content

Commit

Permalink
debug for pr tester
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Nov 13, 2024
1 parent e1d0223 commit af14fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ def buildScriptsAssemble(
enableSigner,
envVars
)
if ( enableSigner && internalSigningRequired ) {
if ( enableSigner && internalSigningRequired && buildConfig.JAVA_TO_BUILD != 'jdk8u' ) {
buildScriptsEclipseSigner()
context.println "openjdk_build_pipeline: running assemble phase (invocation 2)"
buildScriptsAssemble(
Expand Down

0 comments on commit af14fc1

Please sign in to comment.