Skip to content

Commit

Permalink
pbTests: Include SBOM creation in the build tests (#3836)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored and mahdipub committed Dec 5, 2024
1 parent 8f20b67 commit f24e216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/pbTestScripts/buildJDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,5 @@ echo "buildJDK.sh DEBUG:
cloneRepo

cd $WORKSPACE/openjdk-build
export BUILD_ARGS=--create-sbom
build-farm/make-adopt-build-farm.sh
1 change: 1 addition & 0 deletions ansible/pbTestScripts/buildJDKWin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ echo "buildJDKWin.sh DEBUG:
FILENAME=${FILENAME:-}"

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

0 comments on commit f24e216

Please sign in to comment.