[roll] Roll fuchsia [ffx] Fix a panic due to a Target race-condition

We borrowed a RefCell across an await point, allowing other
code to try to do a borrow_mut() (resulting in a panic)

Original-Fixed: 124986
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/831540
Original-Revision: c353c874421cc2e1ab2d28d24efbb9b8b81ee978
GitOrigin-RevId: f27d4fec310caef031b2b860eb911483f93284ee
Change-Id: Id9373f26756ef5357d1d0ed025129ef35be7f60c
1 file changed
tree: 357a6c499bf72652d7e278dbc986de37dba9d8a0
  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.