Skip to content

Commit

Permalink
Prevent jdk11+ from running external sign.sh as already signed during…
Browse files Browse the repository at this point in the history
… build

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 5, 2024
1 parent 7c44470 commit ccc2ce7
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 @@ -748,7 +748,7 @@ class Build {
/*
Run the Sign downstream job. We run this job on windows and jdk8 hotspot & jdk13 mac builds.
The job code signs and notarizes the binaries so they can run on these operating systems without encountering issues.
tarball signing only required for jdk8u, as jdk11+ is signed dynamically during the build.
Tarball signing only required for jdk8u, as jdk11+ is signed dynamically during the build.
*/
def sign(VersionInfo versionInfo) {
// Sign and archive jobs if needed
Expand Down

0 comments on commit ccc2ce7

Please sign in to comment.