Skip to content

Commit

Permalink
Bump gRPC version to 1.54.3 from 1.48.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanga5 authored Jun 28, 2024
1 parent 75d217b commit 0eeca05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ExternalProject_Add(curl
ExternalProject_Add(grpc-repo
PREFIX grpc-repo
GIT_REPOSITORY "https://github.com/grpc/grpc.git"
GIT_TAG "v1.48.0"
GIT_TAG "v1.54.3"
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/grpc-repo/src/grpc"
EXCLUDE_FROM_ALL ON
CONFIGURE_COMMAND ""
Expand All @@ -120,7 +120,7 @@ ExternalProject_Add(grpc-repo
TEST_COMMAND ""
CMAKE_CACHE_ARGS
-DCMAKE_CXX_STANDARD:STRING=${TRITON_MIN_CXX_STANDARD}
PATCH_COMMAND python3 ${CMAKE_CURRENT_SOURCE_DIR}/tools/install_src.py --src <SOURCE_DIR> ${INSTALL_SRC_DEST_ARG} --dest-basename=grpc_1.48.0
PATCH_COMMAND python3 ${CMAKE_CURRENT_SOURCE_DIR}/tools/install_src.py --src <SOURCE_DIR> ${INSTALL_SRC_DEST_ARG} --dest-basename=grpc_1.54.3
)
#
# Build nlohmann/json
Expand Down Expand Up @@ -181,7 +181,6 @@ ExternalProject_Add(protobuf
-DCMAKE_BUILD_TYPE:STRING=RELEASE
-DBUILD_SHARED_LIBS:STRING=no
-DCMAKE_INSTALL_PREFIX:PATH=${TRITON_THIRD_PARTY_INSTALL_PREFIX}/protobuf
PATCH_COMMAND git cherry-pick -n f180289c4670ca1afde5865bb8a7f2b61a3efcc5
DEPENDS grpc-repo absl
)

Expand Down

0 comments on commit 0eeca05

Please sign in to comment.