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
…17026)

the same issue as NVIDIA/spark-rapids-jni#2475 due to rapidsai/kvikio#464

Port the fix from NVIDIA/spark-rapids-jni#2476, verified locally

Authors:
  - Peixin (https://github.com/pxLi)

Approvers:
  - Nghia Truong (https://github.com/ttnghia)

URL: #17026
  • Loading branch information
pxLi authored Oct 9, 2024
1 parent a6853f4 commit bfac5e5
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 bfac5e5

Please sign in to comment.