Skip to content

Commit 52b01f9

Browse files
committed
Try LD_LIBRARY_PATH hack again
1 parent 5c0a387 commit 52b01f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/cpp_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ binary_output_dir=${build_dir}/${ARROW_BUILD_TYPE:-debug}
3131

3232
export ARROW_TEST_DATA=${arrow_dir}/testing/data
3333
export PARQUET_TEST_DATA=${source_dir}/submodules/parquet-testing/data
34-
export LD_LIBRARY_PATH=${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}:${LD_LIBRARY_PATH}
34+
export LD_LIBRARY_PATH=${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}:${CUDA_PATH}/lib/stubs:${LD_LIBRARY_PATH}
3535

3636
# By default, aws-sdk tries to contact a non-existing local ip host
3737
# to retrieve metadata. Disable this so that S3FileSystem tests run faster.

0 commit comments

Comments
 (0)