[roll] Roll fuchsia [elf_runner][cleanup] Replace some map_err conversions with From

Use #[from] instead of #[source] for pass-through errors to
remove the need for some map_err calls.

Errors that share value types like zx::Status still need #[source].

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/924259
Original-Revision: 6a844b6ac9c5fa518bebee9afc23ebf88704db6c
GitOrigin-RevId: af48603bc7cb92f52a87065fb9fb843c83971edf
Change-Id: Ic4cf825d1d1c08753e427aeda131af7413c175ea
1 file changed
tree: b1094a1285bce94de125702a6d58287e92353c81
  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.