[roll] Roll infra/recipes [rust] Avoid building experimental LLVM targets

At some point upstream rust added experimental-targets to the bootstrap
config, and we've been silently building these experimental backends for
the LLVM that rust links against, despite not enabling the targets in
the target list. For now, ensure we don't enable any of these when we
generate a config.toml file.

Original-Fixed: b/459800851
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1420115
Original-Revision: 2bdccd3e405f8cafde52ff62ceac23c8a7dd2aa6
GitOrigin-RevId: 9ef41324ca8cb0f9dea7c19df7c913873bb78ebf
Change-Id: I72cfee12a22aa890733cd9afcc5a7e56545247b8
1 file changed
tree: 8d15782efd41331e647d0ba8db1e15c5b0482e91
  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.