[roll] Roll fuchsia [rbe][rust] Re-impl Rust remote wrapper in Python

rustc.py: tools for understanding compiler commands (unrelated
to remote actions).

rustc_remote_wrapper.py: intended replacement for rustc-remote-wrapper.sh
The previous version that existed was incomplete and most of it was
discarded, now that remote_action.py exists as a Python library.

Drastically reduce number of subprocess forks.
Pay down tech debt of overgrown prototype scripts.
Add unit tests.

Original-Bug: 96250
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/823112
Original-Revision: 1d168e51c412084f1f36aa3e0d003f8d02479963
GitOrigin-RevId: 513877cdf1c7534740e2615bf5a2b5db063f7e30
Change-Id: I4d8e80a6ab82d3edee52072f140b17af3baf5657
1 file changed
tree: a507556a30acf220e850fe0be358cbcb0976a3fd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.