[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_protobuf: Avoid CTAD on const container with non-const elements Specify the span template argument instead of relying on class template argument deduction (CTAD) for a temporary array with non-const elements. std::span CTAD does not work in this scenario, though there is a deduction guide for const std::array<T, N>&. Having GetDoubleArray() return const std::array also would fix this. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/128312 Original-Revision: 9db19499252beb8fc865343e65e57c7117ef0b2f GitOrigin-RevId: 40a11068e15a3ce5d5aa2a4649184c932c3e2eee Roller-URL: https://ci.chromium.org/b/8789789766383768737 CQ-Do-Not-Cancel-Tryjobs: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/798882 Original-Revision: f11f3dda9d82bf45d036ef2915f7c42f6067b066 Change-Id: Iaec916eedd8e7bae770449494b6c899a2f5f351d
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 via the IRC channel #fuchsia on Freenode.
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.