Skip to content
Snippets Groups Projects

CI: add sbom generation

Merged Marta Rybczynska requested to merge mrybczyn/oniro:feature/add-yocto-sbom into kirkstone
@@ -206,6 +206,7 @@
@@ -206,6 +206,7 @@
# Linux builds can be extremely large. Use rm_work to remove the temporary
# Linux builds can be extremely large. Use rm_work to remove the temporary
# build data as soon as possible to reclaim space.
# build data as soon as possible to reclaim space.
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: "rm_work"
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: "rm_work"
 
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: create-spdx
script:
script:
- test -n "$CI_ONIRO_BITBAKE_TARGETS" || (
- test -n "$CI_ONIRO_BITBAKE_TARGETS" || (
echo "nothing to build - CI_ONIRO_BITBAKE_TARGETS is empty"
echo "nothing to build - CI_ONIRO_BITBAKE_TARGETS is empty"
Loading