[roll] Roll fuchsia [rust][build] Update Path Preprocessing for Upstream Change

https://github.com/rust-lang/rust/pull/150311 changed rustc to use the
build directory instead of the env::tmp. This is an improvement, but
really the path shouldn't be in the file at all.

However, for now, we can just update the existing workaround for this to
preprocess out the path.

Original-Bug: 473563969
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1466513
Original-Revision: aae5b027dfec3f6d40da58e36a533f05b90167a2
GitOrigin-RevId: 4018da2b64a87b288a568c5aa312f5df8ad23ee7
Change-Id: Ic70035540744b28ad43147d7eaaad5e710a4f776
1 file changed
tree: ea25ddd0628ea2b7814cfd4bed87b43f74e75685
  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.