[roll] Roll fuchsia [rbe][rust] Suppress Rust-build output-dir leaks

Check Rust commands for output-dir leaks.
The fault is usually misplaced .o file inputs
produced elsewhere in the build.

The non-canonicalized Rust builds will still work correctly,
just perhaps cache-missed.

Prepare to for the next CL:
Use the `rewrapper` option `canonicalize_working_dir`
to force remote executions to use a fixed path, effectively
ignoring `out/*`.  This will merge the cache space
for builds in infra and elsewhere.

Original-Bug: 94355
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/650104
Original-Revision: 45c50ed360d074ed6e03df834bdbb99c6675ff08
GitOrigin-RevId: 572cb30e194cd06bf02046179bff79c377d8db30
Change-Id: I9a029a84aa02464a1d19e9ce69c52513a010d3fe
1 file changed
tree: 1bdcc4156ec82319267de9093e776f5dbbf0413f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.