Skip to content

Commit

Permalink
Do not use GIT_SHALLOW for third-party repo as GIT_TAG might be point…
Browse files Browse the repository at this point in the history
…ing to an older commit (triton-inference-server#3145)

Co-authored-by: msridhara <msridhara@msridhara-ub-desktop.nvidia.com>
  • Loading branch information
madhu-nvda and msridhara committed Jul 23, 2021
1 parent a468d17 commit 9e0e0ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ FetchContent_Declare(
repo-third-party
GIT_REPOSITORY https://github.com/triton-inference-server/third_party.git
GIT_TAG ${TRITON_THIRD_PARTY_REPO_TAG}
GIT_SHALLOW ON
)
set(TRITON_THIRD_PARTY_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/third-party)
FetchContent_MakeAvailable(repo-third-party)
Expand Down

0 comments on commit 9e0e0ab

Please sign in to comment.