[roll] Roll fuchsia [rbe] consider remote or local depfile rewrite

With exec_strategy={local,racing,remote_local_fallback},
it is possible to get a depfile that came from local execution,
which needs to be handled differently than one from remote execution,
due to the difference in working dir.

When requesting --compare operation, force exec_strategy=remote
to prevent accidentally comparing local against another local
execution (which could appear as an inconsistent result due to caching
behavior).

Original-Fixed: 128662
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868179
Original-Revision: 9f2e7d2e610fe990d9116a0002edb135f32e268a
GitOrigin-RevId: 1b4dbbcf501cc46a4e5b0d737a9524235f51168f
Change-Id: I6d84892a3973af6020f6cb2cf53495a65b184d04
1 file changed
tree: 77bb6a0e0bf2dd16471b05c9878c9c3fbfac380d
  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.