Skip to content

Commit f24e216

Browse files
sxamahdipub
authored andcommitted
pbTests: Include SBOM creation in the build tests (adoptium#3836)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent 8f20b67 commit f24e216

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ansible/pbTestScripts/buildJDK.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,5 @@ echo "buildJDK.sh DEBUG:
191191
cloneRepo
192192

193193
cd $WORKSPACE/openjdk-build
194+
export BUILD_ARGS=--create-sbom
194195
build-farm/make-adopt-build-farm.sh

ansible/pbTestScripts/buildJDKWin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,5 @@ echo "buildJDKWin.sh DEBUG:
131131
FILENAME=${FILENAME:-}"
132132

133133
echo "Running $WORKSPACE/openjdk-build/build-farm/make-adopt-build-farm.sh"
134+
export BUILD_ARGS=--create-sbom
134135
$WORKSPACE/openjdk-build/build-farm/make-adopt-build-farm.sh

0 commit comments

Comments
 (0)