[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.