commit | b2ea374619603afe0a000878a35fdaa4c68cf861 | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Mon Apr 04 15:39:18 2022 -0700 |
committer | Keith Smiley <keithbsmiley@gmail.com> | Mon Apr 04 15:41:52 2022 -0700 |
tree | f5e704c6b96f873a07d361e1c3ea86751a88e439 | |
parent | 9cdb1f4d1a365ebdbcbf179dadf7f8aa5ee802e7 [diff] |
Update bazel to 5.1.0 This was pinned to an old version of bazel, which also doesn't support building on M1 Macs Change-Id: I0c5b76def84d03e9aaa7763e18caabd4fd1a584f
This is a copy of Chrome's URL parsing library, adapted to work with Bazel. It is meant to be used by QUICHE, but can be also used by other projects that use Bazel.
In order to be used successfully, C++14 or later and -fno-strict-aliasing
compile flag are required.
For questions, contact proto-quic@chromium.org.
In order to update this copy to the latest version of googleurl in Chromium, run the following commands in the root of the checkout:
copybara copy.bara.sky import <path-to-chrome>/src --folder-dir .
bazel test --cxxopt="-std=c++14" //...
(C++14 is replacible with later C++ versions)polyfill/
as appropriate.