commit | fc9a5d9a6c9de837a6a4a7f1504e734de3478bd4 | [log] [tgz] |
---|---|---|
author | Adam Perry <adamperry@fuchsia.infra.roller.google.com> | Mon Nov 11 16:05:40 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 11 08:06:46 2024 -0800 |
tree | f66458964867f31ce68564eb9f46416d038be53c | |
parent | 513e1d7c4718eefa86e56604431cd50d8c6ff12d [diff] |
[roll] Roll fuchsia [starnix] Avoid unconditional calls to Errno::new. Most of the time this only needs to be called some of the time, so we convert `.ok_or()` to `.ok_or_else()` and check equality of the error code rather than the outer Errno. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153914 Original-Revision: 0b7995c37d269719928d9fa161dfd3e5c6159c8a GitOrigin-RevId: 88c5b1c75b56cfc7419ec0ab0b993d6784c45d4e Change-Id: Ie498d8bebd03d56a57720e4b505e5c6383eb8a77
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.