| commit | 9375ed17fff353aca9956c5b5bb18c8c2fc17996 | [log] [tgz] |
|---|---|---|
| author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Fri Oct 11 17:05:00 2024 +0000 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 11 19:49:17 2024 +0000 |
| tree | fb9c35ac29099adf91b2ebd7865b229e383fe661 | |
| parent | eff66fbbb676e266959c94286e2ecb460438c54e [diff] |
llvm_tools: Fetch external remote with verify_patch_consistency Before we were fetching "origin", which I'm not actually sure went anywhere? But running this in a clean chroot seems to do what we want. The `git fetch cros main` above this seems to get us the latest upstream llvm-project commits, it's that we don't find the right SHA during translation. Also add some error logging/helpful messaging for when patches fail to apply. BUG=b:368393962 TEST=verify_patch_consistency --cl 5902466 Change-Id: Id65ac1e1805778bf26cc34e19d344fc0691082df Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5926252 Reviewed-by: George Burgess <gbiv@chromium.org> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
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.