From 91e6d13133beb61ec3e2703fc4380704970aa74f Mon Sep 17 00:00:00 2001 From: Dmitry Plotnikov Date: Tue, 30 Jan 2024 09:51:41 -0800 Subject: [PATCH] Bump gRPC to v1.49.4 to support building with GCC 13 (fix #13). (cherry picked from commit d6d7ce10151429f89b0fc0409d4340566297752d) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c04c400..ea972ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ if(NGX_OTEL_FETCH_DEPS) FetchContent_Declare( grpc GIT_REPOSITORY https://github.com/grpc/grpc - GIT_TAG 02384e39185f109bd299eb8482306229967dc970 # v1.46.7 + GIT_TAG e241f37befe7ba4688effd84bfbf99b0f681a2f7 # v1.49.4 GIT_SUBMODULES third_party/protobuf third_party/abseil-cpp third_party/re2 GIT_SHALLOW ON)