Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Mar 4, 2024
1 parent 4c26cd7 commit 0433e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/build_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ set -eu

rapids-print-env

rapids-logger "Trying to find libclang"
find /opt/conda -name libclang.so
# we need to set up LIBCLANG_PATH to allow rust bindgen to work,
# grab it from the conda env
export LIBCLANG_PATH=$(dirname $(find /opt/conda -name libclang.so | head -n 1))
rapids-logger "LIBCLANG_PATH=$LIBCLANG_PATH"
echo "LIBCLANG_PATH=$LIBCLANG_PATH"

rapids-logger "Downloading artifacts from previous jobs"
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
Expand Down

0 comments on commit 0433e07

Please sign in to comment.