Stop using system provided RE2 for static build.
Starting with 2023-06-01 RE2 publicly depends on Abseil, so we can't use
system provided RE2 together with gRPC-bundled Abseil.
(cherry picked from commit fa28f37dab)
This commit is contained in:
parent
b845bf4172
commit
be044dedbe
1 changed files with 1 additions and 2 deletions
|
|
@ -22,13 +22,12 @@ if(NGX_OTEL_FETCH_DEPS)
|
|||
grpc
|
||||
GIT_REPOSITORY https://github.com/grpc/grpc
|
||||
GIT_TAG 02384e39185f109bd299eb8482306229967dc970 # v1.46.7
|
||||
GIT_SUBMODULES third_party/protobuf third_party/abseil-cpp
|
||||
GIT_SUBMODULES third_party/protobuf third_party/abseil-cpp third_party/re2
|
||||
GIT_SHALLOW ON)
|
||||
|
||||
set(gRPC_USE_PROTO_LITE ON CACHE INTERNAL "")
|
||||
set(gRPC_INSTALL OFF CACHE INTERNAL "")
|
||||
set(gRPC_CARES_PROVIDER package CACHE INTERNAL "")
|
||||
set(gRPC_RE2_PROVIDER package CACHE INTERNAL "")
|
||||
set(gRPC_SSL_PROVIDER package CACHE INTERNAL "")
|
||||
set(gRPC_ZLIB_PROVIDER package CACHE INTERNAL "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue