[roll] Roll fuchsia [build][rust] Don't set codegen-units=1 for RBE builds

No one seems to know a reason why we need this, and it slows down the
local build case, particularly when using rust_rbe_exec_strategy =
"racing".

This however does explicitly set the codegen-units=1 for vim3 debug
builds, since multiple codegen units causes the bootfs partition to be
too large.

Original-Fixed: 312471530
Original-Bug: 42085551
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987639
Original-Revision: 21726d82fe4be41975eb458a2fed503e4faceabf
GitOrigin-RevId: 6e78741c1e250dd2b13b66231a9903fcde5d549c
Change-Id: I51798854ecafc8ad7fef77379108921a5eeb4b87
1 file changed
tree: f0602c9553c20c5feb3da5cff6cb63863c73f79e
  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.