Skip to content

Commit

Permalink
Bump gRPC to v1.48.4 to support building with GCC 13(fix #13).
Browse files Browse the repository at this point in the history
  • Loading branch information
dplotnikov-f5 committed Feb 20, 2024
1 parent aac5678 commit af6b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 b521d4a3177fa556df749365cc31232d06ba437a # v1.48.4
GIT_SUBMODULES third_party/protobuf third_party/abseil-cpp
GIT_SHALLOW ON)

Expand Down

0 comments on commit af6b2da

Please sign in to comment.