[roll] Roll infra/recipes [rust_toolchain] Address build failure on rust bootstrap builder

Patch fe44a35c1f17baefba37fdb8c6eea56d426f626b addressed an issue
that rustc was inconsistent due to random file names present in the
final binary. However that patch broke the bootstrap builder because
the wrapper scripts generated in the following step overwrites the
wrapper scripts in the previous step, due to the fact that they have
the same file name. This patch addresses this issue by using unique
file names for these 2 steps.

Original-Bug: 432320440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1340189
Original-Revision: f96ab74b83dca537a50759cb392e5a99cc7fe2b5
GitOrigin-RevId: 47c65ae8de5b5147e26e6ea5619cf17e8bb7b0d1
Change-Id: I8658c346edafa699b1f942d7483bd4ba38a75bb2
1 file changed
tree: 7f3567bbdcee8645d9569f2a3c05fe39fc86984a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.