Skip to content

Commit

Permalink
correct libclang_path
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Feb 27, 2024
1 parent db00e6f commit 82ccb25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/build_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
# installing libcuvs/libraft will speed up the rust build substantially
rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
libcuvs
libcuvs \
libraft

export LIBCLANG_PATH=/opt/conda/lib
export LIBCLANG_PATH=/opt/conda/envs/rust/lib/

# build and test the rust bindings
cd rust
Expand Down

0 comments on commit 82ccb25

Please sign in to comment.