Clone this repo:
  1. b50a35d bot_tools: add download_failing_build_logs by George Burgess IV · 3 days ago main
  2. 7c6672e llvm_tools: update _LLVM_NEXT_TESTING_URL_ALLOWLIST by George Burgess IV · 3 days ago
  3. 7dce8c1 llvm_tools: update bb_add and llvm_next files by George Burgess IV · 3 days ago
  4. 7288fe7 llvm_tools: Update get_patch.py by Jordan R Abrahams-Whitehead · 3 days ago
  5. 8180595 afdo_metadata: Publish the new kernel profiles by crostc-worker · 3 days ago

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

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.