[roll] Roll fuchsia [starnix] Use ok_or_else rather than ok_or for errno

Constructing an Errno object is not free. In the common case, we do not
encounter errors, which means we should use ok_or_else rather than ok_or
to defer the construction of the Errno object until we actually have an
error.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1081972
Original-Revision: b38d2e1cb00260aef55c4a6d5bd00a4bb0e80e9c
GitOrigin-RevId: 41512137197167d57069c0b7801bcfd7448aa3f3
Change-Id: Ieb93dd3133b3fbd36b6bee8edd1833b3780450eb
1 file changed
tree: cabe8077eb03f452476203d94677df09490a6d59
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.