[roll] Roll infra/recipes [crosvm] Ensure use of sysroot

We were not providing our build sysroot explicitly to cargo, resulting
in it linking with the system sysroot, and possibly also compiling with
the latter in build scripts as well. We fix that in this change.

This ultimately resulted in sysroot version mismatches at runtime.

Original-Bug: 432535854
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1357764
Original-Revision: 5f0231289f9f22056df3b3458d9589a1322a058d
GitOrigin-RevId: 54357f5d59e1b0b6cfce87b7c3f65c6ae99fda1c
Change-Id: I62698f81d81f11056a33398677ebb5479096447d
1 file changed
tree: 563806f4ee704bff5f083de8d187eea50d88a5b0
  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.