[roll] Roll infra/recipes [rust_toolchain] Fix bootstrap builders

This removes the only system library dependency in the toolchain build
and adds a check to our linker wrapper script to make sure more don't
get introduced.

This is the issue that was causing local failures when
using linker wrapper scripts: The lzma library would be detected and
/usr/lib/<triple> would be added to the linker search line, which would
then cause interactions with the linker scripts in Fuchsia's linux
sysroot.

Original-Fixed: b/301456834
Original-Fixed: 108610
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/922053
Original-Revision: 72cd161a4188c6461c74343dc4956acf0b01e7a9
GitOrigin-RevId: 0e7d4143c5c5db72ac3a75243f28e2cc800a9549
Change-Id: Ic7ca3ce44d06ebea78df4595d31af73cc3b5e905
1 file changed
tree: 6520109134f36e0b4706cac236da6bf202ba1075
  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.