Skip to content

Commit

Permalink
Enable SBOM strace for all Linux platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Jul 2, 2024
1 parent d382b07 commit 2a64ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Config11 {
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace=auto',
'temurin' : '--enable-dtrace=auto --with-jobs=40'
'temurin' : '--enable-dtrace=auto --with-jobs=4'
],
buildArgs : [
'temurin' : '--create-sbom --enable-sbom-strace'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class Config17 {
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace',
'temurin' : '--enable-dtrace --with-jobs=40'
'temurin' : '--enable-dtrace --with-jobs=4'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace'
Expand Down
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Config8 {
dockerArgs: '--platform linux/arm/v7',
test: 'default',
configureArgs : [
'temurin' : '--with-jobs=40'
'temurin' : '--with-jobs=4'
],
buildArgs : [
'temurin' : '--create-sbom --enable-sbom-strace'
Expand Down

0 comments on commit 2a64ece

Please sign in to comment.