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 10, 2024
1 parent 03537b1 commit 6d2ab9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,8 @@ class Build {
#!/bin/bash
set -eu
echo "Signing JMOD files under build path ${base_path} for base_os ${base_os}"
echo "FINDING libjli.dylib ..."
find "${base_path}" -name "libjli.dylib"
TMP_DIR="${base_path}/"
if [ "${base_os}" == "mac" ]; then
ENTITLEMENTS="$WORKSPACE/entitlements.plist"
Expand Down

0 comments on commit 6d2ab9e

Please sign in to comment.