[roll] Roll infra/recipes [rust_toolchain] Place `ar`/`strip` on $PATH

Parts of the Rust toolchain build expect to find `ar` or `strip` on PATH
however they do not provide facilities to configure their location. This
means that we need to symlink the `llvm-*` equivalents from the prebuilt
toolchain into PATH.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/908634
Original-Revision: 1eb9d3c0c8a4d46423be5099cd5ca89418dae41a
GitOrigin-RevId: 43bec7568873ea0717b74edc1963ffd5b6b61621
Change-Id: Ia64a29d2bf2d88ef9245204e2ec05a2e6f9b9515
1 file changed
tree: 1fc7ee9a192783bd6fd4ef834c5f77d75b0ea061
  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.