Skip to content

Commit

Permalink
sbom: export and preserve 'Light' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 26, 2024
1 parent fc79af3 commit b4d43a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packaging/MSWindows/BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,13 @@ popd > /dev/null
#leave ./dist
popd > /dev/null
if [ "${DO_SBOM}" != "0" ]; then
./packaging/MSWindows/BUILD.py sbom
if [ "${DO_FULL}" == "1" ]; then
./packaging/MSWindows/BUILD.py sbom --no-light
./packaging/MSWindows/BUILD.py export-sbom --no-light
else
./packaging/MSWindows/BUILD.py sbom
./packaging/MSWindows/BUILD.py export-sbom
fi
fi
pushd dist/lib > /dev/null

Expand Down

0 comments on commit b4d43a6

Please sign in to comment.