| commit | 08c5bbbf1b2069c520cbcb5660cd1c3fea2240ea | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Apr 17 13:04:53 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 14:36:48 2024 +0000 |
| tree | 562e5a270a8cbd357b59cb5ab6df514bb9fb192d | |
| parent | a499e2de81ae19c9e551363110452da07292d0bf [diff] |
llvm_tools: add nightly functionality to `bb add` This is meant to be invoked by Chrotomation nightly, so we have consistent feedback on e.g., the status of build-chromiumos-sdk with llvm-next applied. BUG=b:333462347 TEST=https://ci.chromium.org/b/8750382203845835681 (on an earlier TEST=version, --dry-run on newer) Change-Id: I5935caca00d36d0db80283d972f454dbd135aa47 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5463842 Reviewed-by: Bob Haarman <inglorion@chromium.org> Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help, or refer to the header of the script for more information.