[roll] Roll fuchsia Revert "[scripts][fuzzing] Use sys.executable instead of 'python3.8'"

This reverts commit 0a2cf6f5d83817290afae5562cd3318d95068b14.

Reason for revert: breaks command_test.sh in CI / CQ

Original change's description:
> [scripts][fuzzing] Use sys.executable instead of 'python3.8'
>
> When monitoring a fuzzer in the background, `fx fuzz` starts a python
> subprocess. Previously it was doing this with an argument of
> 'python3.8', which didn't reliably find the prebuilt python. Using
> sys.executable always finds the interpreter the script is using.
>
> Original-Bug: 91827
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/635121

Original-Bug: 91827
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/635305
Original-Revision: 8bbf30a0c74998e106b50d55fbc26baa59246f9d
GitOrigin-RevId: ebae82d71339dbbdd6b67713c7ac9a3359ab050e
Change-Id: I6535c3c400251894dd0c850522186d55dc79fd37
1 file changed
tree: 7687676e2083845a8b956f6aa1b0c5cfd2b1c263
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.