| commit | 44a94083ac8ea8846b20d26ad3115db75b5869c4 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Jun 21 13:23:44 2023 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 22 00:30:42 2023 +0000 |
| tree | 019b6f91ae5b1b8f9b992a8ee7290a9c60fc14af | |
| parent | 00ccd5fff0d63c8afe033cea44a8a1c916f95903 [diff] |
auto_llvm_bisection: remove `cros_sdk` invocation `cros buildresult` is available outside of the chroot, and the `cros_sdk` here might eat users' Ctrl-Cs. In either case, since `cros buildresult` relies on chromite sources from the tree you're currently in, entering the chroot seemingly buys us nothing here. BUG=b:187794504 TEST=Unittests Change-Id: Id8f7332c850a52818f81c37c4b6ccf45e02cb293 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4634278 Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: 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.