From 861df11e8a3506509a42a8dfb29d30aef15fdfe6 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Tue, 12 Nov 2024 17:41:12 +0000 Subject: [PATCH] debug for pr tester Signed-off-by: Stewart X Addison --- pipelines/build/common/openjdk_build_pipeline.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index 459e0e249..3ca63df5b 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -2001,7 +2001,7 @@ def buildScriptsAssemble( } throw new Exception("[ERROR] Build archive timeout (${buildTimeouts.BUILD_ARCHIVE_TIMEOUT} HOURS) has been reached. Exiting...") } - // With the exclusion above this is no longer strictly requird + // With the exclusion above this is no longer strictly required if ( !enableSigner ) { // Don't clean if we need the workspace for the later assemble phase postBuildWSclean(cleanWorkspaceAfter, cleanWorkspaceBuildOutputAfter) } @@ -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(