Skip to content

Commit

Permalink
[gloo] reenable libuv build (2/N)
Browse files Browse the repository at this point in the history
Summary:
As part of reviving CI, reenable libuv that is causing CI errors.

Test Plan:
Test on github.

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: 11b29816c437751996085033269cef5e005775b3
Pull Request resolved: #396
  • Loading branch information
c-p-i-o committed Nov 18, 2024
1 parent 8a3d399 commit 6cc8b06
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gloo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,12 @@ else()
set(GLOO_HAVE_TRANSPORT_IBVERBS 0)
endif()

# TODO: turn ths back on once tests are passing again.
# Compile uv transport if libuv is available
#if(USE_LIBUV)
# set(GLOO_HAVE_TRANSPORT_UV 1)
#else()
# set(GLOO_HAVE_TRANSPORT_UV 0)
#endif()
if(USE_LIBUV)
set(GLOO_HAVE_TRANSPORT_UV 1)
else()
set(GLOO_HAVE_TRANSPORT_UV 0)
endif()

add_subdirectory(common)
add_subdirectory(mpi)
Expand Down

0 comments on commit 6cc8b06

Please sign in to comment.