[roll] Roll fuchsia [rbe] match remote strip exec strategy

Refactored and separated out logic for --exec_strategy flags,
defined in RBE_EXEC_STRATEGY_MAP in build/toolchain/rbe.gni.

Distinguish between {cxx,rust}_link_remote_strip_prefix.

Apply `rust_rbe_exec_strategy` to the strip sub-action of Rust linking
actions.  This way if the step that produces the unstripped binary
wins locally (as it is expected to on cache miss), the strip step would most
definitely cache miss, so race it as well (expecting a local win).

`link_rbe_exec_strategy` applies to all other linking, including C++.

Original-Bug: b/323375397
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/984747
Original-Revision: a87d9f503dd73dc10bc8b00d9c035629555f41c0
GitOrigin-RevId: 070db23ff1f6bc535024aced7ead8fcdac68192f
Change-Id: Id7714324e991e6371b1f0f80315c36644c3aecde
1 file changed
tree: 9fd44da9f9ad38b6486736a6de83f1aa2ae26123
  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.