commit | 25a8729f219db43018499b1c239a1c5584faf2e0 | [log] [tgz] |
---|---|---|
author | Dan Le Febvre <dlf@google.com> | Tue Nov 19 22:47:17 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 22:47:17 2024 |
tree | 1147f8daf9c760ea2ee2824706b1e3547bb6bfc4 | |
parent | 6725a27ea7b7b6bfc628596b3b28fe293f049236 [diff] |
[ssci] produce multiple sboms using the same depbot output This should simplify and improve speed when building sboms that share the same GN targets. ssci.run is modified to use a generic archive name in depbot then use the target specific archive names in the SBOM creation. + keybo because this changes the function signature in the archive module slightly. Bug:b/356745797 Change-Id: I68c0e3242ff793713c7e1637c89a065f16e93d3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6033951 Reviewed-by: Keybo Qian <keybo@google.com> Reviewed-by: Rachael Newitt <renewitt@google.com> Commit-Queue: Dan Le Febvre <dlf@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.