[roll] Roll fuchsia [build] Replace std::regex with re2::RE2 See RFC-0105 for background: https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0105_regular_expression_libraries For the most part this is purely mechanical, with a few exceptions: - By default, RE2 does not match against invalid UTF8. If the source strings may be invalid UTF8 (e.g., if they can contain '\0'), the RE2 object must be created in Latin1 mode. - RE2 is not copyable or movable. Original-Bug: 77811 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602899 Original-Revision: 7fe5cdb7e1a47c77398a6c0e27f862bb46c1559f GitOrigin-RevId: 0304a9dba744b82ae2606e41c78a4747e12964bf Change-Id: Ia4abfee569fa3fbc1e30177a804bdaea0f887995
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.