mirror of https://github.com/grpc/grpc.git
[Build] Workaround for protobuf-at-head test (#35798)
- Updated `third_party/utf8_range` to 25.1 to be aligned with other protobuf (protobuf, upb, and utf8_range need to be updated at the same time as they're in the same github repo) - Added a workaround to `extract_metadata_from_bazel_xml.py` to handle `utf8_range` migration. It used to be `@utf8_range//:utf8_range` and it will be `@com_google_protobuf//third_party/utf8_range:utf8_range` from the next Protobuf release. So the script needs this hack to support both. Closes #35798 PiperOrigin-RevId: 603822623pull/35809/head
parent
97e889d568
commit
7ad674ba04
6 changed files with 52 additions and 9 deletions
@ -0,0 +1,11 @@ |
||||
prefix=@CMAKE_INSTALL_PREFIX@ |
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@ |
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@ |
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ |
||||
|
||||
Name: UTF8 Range |
||||
Description: Google's UTF8 Library |
||||
Version: 1.0 |
||||
Requires: absl_strings |
||||
Libs: -L${libdir} -lutf8_validity -lutf8_range @CMAKE_THREAD_LIBS_INIT@ |
||||
Cflags: -I${includedir} |
Loading…
Reference in new issue