[roll] Roll fuchsia [rbe] Support remote fsatrace on C++ compiles

cxx_remote_wrapper.py (and reclient_cxx.sh by extension)
can now work with '--compare --fsatrace-path=...'.

This works by writing the fsatrace command prefix into a
temporary script that is passed to rewrapper --remote_wrapper.
This avoids interference with reclient's built-in C++ input processing.
One limitation is that this is not (yet) composable
with other remote-wrappers, but there are solutions for this.

Original-Fixed: 42079382
Original-Bug: 456902833
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1423654
Original-Revision: 8932a0b11c834bd6b255c2156f2fa563748ee13a
GitOrigin-RevId: b32a5e8bc4f3f007cc4eb0ad998b371e57639b10
Change-Id: I72c0ae47be105c418eadef517cde0f30b1013a5c
1 file changed
tree: a3f50f429a640699ff95295519e91c017cf81a2b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.