[roll] Roll fuchsia [build][rust] Match runtime deps against actual triple passed to rustc

In order to move to the canonical triple we need to supply a toolchain
with runtimes built for both the old and new triples, for a soft
transition. Currently this breaks the build because we always look for
the canonical triple (the one we pass to clang, with "-unknown-") in
runtime.json.

This works today because we supply both the canonical and non-canonical
triple as targets to match against in runtime.json. When performing the
soft transition, however, we need to include only the actual triple for
each runtime, so we need the build to match against the actual triple
it's passing to rustc.

http://fxrev.dev/968253 starts the soft transition once this change is
merged. The logic in this CL can be removed once we finish the migration
to the canonical triple.

Original-Bug: 310271984
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/967421
Original-Revision: c354ac297e85e41989395941691572c2f773ac73
GitOrigin-RevId: 8b03f9e2aced85839538688b6db73d263fcd84fb
Change-Id: I74e5aa25f00799e3d1cb1328464651c1c922fc0b
1 file changed
tree: 82cbfaa6d72b1ae5b14ecdbb4866ac0183a3f3f9
  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.