commit | 86d317a4fdb5f603df849b7056815db5ebe30804 | [log] [tgz] |
---|---|---|
author | Jordan R Abrahams <ajordanr@google.com> | Wed Jan 19 23:51:36 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Jan 22 01:16:33 2022 +0000 |
tree | cdb8d8de13f3585d6471ece3ccdfaab72b498649 | |
parent | f96fffcd3c3bcfa3af9fed129aed3466ee9adc1b [diff] |
patch_sync: Fix for Rust 1.55 compat, cli patch On chrotomation, we still use Rust 1.55. Rust 1.55 does not have the "from" implementation for arrays, so we must build the BTrees by hand. Additionally, this removes the requirement for having the review strings be set. BUG=b:209493133 TEST=cargo check Change-Id: I6bc16e96cd56775c8c80667395f3dc3fb4857356 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3403387 Tested-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Reviewed-by: George Burgess <gbiv@chromium.org> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com>
toolchain-utils
Various utilities used by the Chrome OS 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.