Skip to content

Commit

Permalink
Pinning cuco to a specific commit hash for release (#304)
Browse files Browse the repository at this point in the history
Using the latest `cuco` commit hash as the `GIT_TAG` for release purposes.

Tested by successfully building RAFT using this change.

Authors:
  - Rick Ratzel (https://github.com/rlratzel)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #304
  • Loading branch information
rlratzel authored Jul 28, 2021
1 parent c527774 commit a3af389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_cuco.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function(find_and_configure_cuco VERSION)
INSTALL_EXPORT_SET raft-exports
CPM_ARGS
GIT_REPOSITORY https://github.com/NVIDIA/cuCollections.git
GIT_TAG dev
GIT_TAG b1fea0cbe4c384160740af00f7c8760846539abb
OPTIONS "BUILD_TESTS OFF"
"BUILD_BENCHMARKS OFF"
"BUILD_EXAMPLES OFF"
Expand Down

0 comments on commit a3af389

Please sign in to comment.