We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0a387 commit 52b01f9Copy full SHA for 52b01f9
ci/scripts/cpp_test.sh
@@ -31,7 +31,7 @@ binary_output_dir=${build_dir}/${ARROW_BUILD_TYPE:-debug}
31
32
export ARROW_TEST_DATA=${arrow_dir}/testing/data
33
export PARQUET_TEST_DATA=${source_dir}/submodules/parquet-testing/data
34
-export LD_LIBRARY_PATH=${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}:${LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH=${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}:${CUDA_PATH}/lib/stubs:${LD_LIBRARY_PATH}
35
36
# By default, aws-sdk tries to contact a non-existing local ip host
37
# to retrieve metadata. Disable this so that S3FileSystem tests run faster.
0 commit comments