[roll] Roll fuchsia [cog][rbe] Fix the xattr propagation

The original implementation would change the dispatch of which go to
python rewrapper vs prebuilt ones. This change would fix the dispatch.

Additional context: the reason `reclient_cxx.sh` exists is for improved
performance over the heavy-handed `cxx_remote_wrapper.py`.
Unfortunately, this meant replicating some of the workarounds you find
in these scripts.

Fortunately, `reclient_cxx.sh` is effectively already ingesting
`--disable-xattr` by nature, taking no further action upon completion of
rewrapper. Thus, `--disable-xattr` can just be ignored by the
`rewrapper` script, while being preserved for `cxx_remote_wrapper.py`

Original-Bug: 477378463
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1480438
Original-Revision: b652cbea90903099276f691defff5b1695aad139
GitOrigin-RevId: 9e565567f81ae4841d360cbbfc56e4d48c2b2566
Change-Id: Ibce167a404dafe2e8ff3f2b688230d747a6b8cda
1 file changed
tree: 9e66c1f987e11beab6b7aadb3198047d8141609d
  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.