Skip to content

Commit

Permalink
Disable kvikio remote I/O to avoid openssl dependencies in JNI build
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <pxLi@nyu.edu>
  • Loading branch information
pxLi committed Oct 9, 2024
1 parent ded4dd2 commit 25f1b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/ci/build-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ cmake .. -G"${CMAKE_GENERATOR}" \
-DBUILD_TESTS=$BUILD_CPP_TESTS \
-DCUDF_USE_PER_THREAD_DEFAULT_STREAM=$ENABLE_PTDS \
-DRMM_LOGGING_LEVEL=$RMM_LOGGING_LEVEL \
-DBUILD_SHARED_LIBS=OFF
-DBUILD_SHARED_LIBS=OFF \
-DKvikIO_REMOTE_SUPPORT=OFF

if [[ -z "${PARALLEL_LEVEL}" ]]; then
cmake --build .
Expand Down

0 comments on commit 25f1b10

Please sign in to comment.