[roll] Roll fuchsia [rust] Rust CI should run `fx build` in dry run before `fx clippy`

The fuchsia build now requires `fx build` to be run first to create
files like `last_bazel_build_invocations.json`, before we can run `fx
clippy`. Eventually we'll get both using the same backend, but for now
just run a dry run build before we try to run clippy.

Original-Bug: 503768468
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1578517
Original-Revision: 95efab50493c9fefda3d7e6dc78656b988c33c39
GitOrigin-RevId: 5bf416126f0d7a4b7d72854c5d05da372bb2d755
Change-Id: Iec5497835ad01640907280d6ad95bbc091124fdd
1 file changed
tree: 4870474fc7ce005f5973076e97fd67a3a24877d5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.