commit | 09d24dbddc5abd2a6a602d817e2cf7e8dbde1c61 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Thu Nov 09 11:50:30 2023 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 15:58:44 2023 +0000 |
tree | 4bcfbe8e3aa693bbdc33fc6880bd48967fbecb5d | |
parent | eeadef2b2d4664aa3e60c73cd907322e3216ef38 [diff] |
rust_tools: add auto_upload_rust_bootstrap This adds a script that automatically keeps rust-bootstrap ebuilds up-to-date with available prebuilts. The intent is to run it on Chrotomation regularly, so toolchain Rust devs don't need to worry about it. BUG=b:309950482 TEST=crrev.com/c/5018849 Change-Id: Iadb6f7d8d1b793cf7bd339ca50eda0704c747f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5037991 Reviewed-by: Bob Haarman <inglorion@chromium.org> Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
toolchain-utils
Various 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.