Clone this repo:
  1. 028b14d toolchain-utils: Remove 'target' from distfiles path (for cleanup). by Caroline Tice · 3 years, 9 months ago master
  2. bd1004a toolchain-utils: Fix hyphen/underscore issue for nightly tests. by Caroline Tice · 3 years, 9 months ago
  3. d5d49d2 afdo_metadata: Publish the new kernel profiles by Caroline Tice · 3 years, 9 months ago
  4. d796e2c default_remotes: fix a typo by Jian Cai · 3 years, 9 months ago
  5. 9d35abc llvm_tools: update upstream branch names to point to `main` by George Burgess IV · 3 years, 9 months ago stabilize-13654.B

toolchain-utils

Various utilities used by the Chrome OS 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.