[roll] Roll infra/recipes [rust_toolchain] Use fixed name for CC and CXX wrappers

Due to a limitation in rustc build system. We uses wrapper scripts
for clang when additional clang flags are needed. These wrapper
has random filenames and it is a source of build inconsistencies we
saw. This patch uses fixed names for these wrapper scripts to mitigate
this issue.

Original-Bug: 432320440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1336710
Original-Revision: fe44a35c1f17baefba37fdb8c6eea56d426f626b
GitOrigin-RevId: 3a55b739a2f3a4d2804b66ddc89a5299aae1bb78
Change-Id: I49450b916d6378747c0c236635255dbb9cc9cf1e
1 file changed
tree: 1acd46ecf999ecfc4c3a717f83458f5cb301b9f2
  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.