Skip to content

Commit

Permalink
Reinstate stashing of **/*
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Oct 30, 2024
1 parent f2a08e1 commit 0390ae5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1889,15 +1889,11 @@ def buildScriptsAssemble(
}
context.println "base build path for jmod signing = ${base_path}"
context.stash name: 'jmods',
includes: "${base_path}/hotspot/variant-server/**/*," +
"${base_path}/support/modules_cmds/**/*," +
"${base_path}/support/modules_libs/**/*," +

includes: "${base_path}/hotspot/variant-server/**/*.exe," +
"${base_path}/hotspot/variant-server/**/*.dll," +
"${base_path}/hotspot/variant-server/**/*.dylib," +
"${base_path}/support/modules_cmds/**/*.exe," +
"${base_path}/support/modules_cmds/**/*.dll," +
"${base_path}/support/modules_cmds/**/*.dylib," +
"${base_path}/support/modules_libs/**/*.exe," +
"${base_path}/support/modules_libs/**/*.dll," +
"${base_path}/support/modules_libs/**/*.dylib," +
// JDK 16 + jpackage needs to be signed as well stash the resources folder containing the executables
"${base_path}/jdk/modules/jdk.jpackage/jdk/jpackage/internal/resources/*"

Expand Down

0 comments on commit 0390ae5

Please sign in to comment.