[roll] Roll fuchsia [rbe][rust] support for skipping rlib downloads

Local dep-scanning needs to explicitly request metadata to
avoid unwanted opening of rlibs (which might exist as download stubs).

Improve handling around proc macros (usually .so):
rmeta-depfiles will already include .so because those are required
for evaluating macros (the .rmeta alone is insufficient).

Now also request emitting rmeta for terminal crates types like rust_bin.
This is a bit of a workaround to hint to the compilation that
earlier artifacts in the build emitted rmetadata, and thus, those
rmeta should be used for dep-scanning, as opposed to the full .rlibs.
Many of these extraneous produced rmetas are empty, so there isn't much
wasted space.

Original-Bug: 317274103
Original-Bug: 42084033
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1009472
Original-Revision: 844ae65c922029bca63ac47c65f363c995d01914
GitOrigin-RevId: bce5493fbb96962f09b3da7e3b342f103a139b44
Change-Id: I377216f86883ed3304fb880b1cd2d60f0f9904a1
1 file changed
tree: 282f4962ace31f8985cf6e4866ce4433522155b5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.