commit | 1959bd3cf75f8c51bfaa10147016ca98b03ff709 | [log] [tgz] |
---|---|---|
author | Dan Le Febvre <dlf@google.com> | Mon Oct 21 16:10:26 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 21 16:10:26 2024 |
tree | 18d91f6899e3327931374ed1fa32c5a5bf21cd64 | |
parent | 3f591665506bf4648a7ab3e7b726d21d79cb6e7d [diff] |
[ssci] unset platform for SBOM generation in archive module The SSCI module defaults to {name-arch-bits} which is necessary because currently both mac architectures have the same SBOM main pkg SBOM name. https://source.chromium.org/chromium/infra/infra_superproject/+/main:build/recipes/recipe_modules/ssci/api.py;drc=6f382d162edce024a5708d45c1729159c460b985;l=431 Bug:b/374630464 Change-Id: I08f1257ded3f472c74e89dcdac104127622c62a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5938570 Commit-Queue: Keybo Qian <keybo@google.com> Auto-Submit: Dan Le Febvre <dlf@google.com> Reviewed-by: Keybo Qian <keybo@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.