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 9e6e380 commit b71ae4cCopy full SHA for b71ae4c
ci/build_rust.sh
@@ -25,8 +25,16 @@ set +eu
25
conda activate rust
26
set -eu
27
28
+source rapids-configure-sccache
29
+
30
rapids-print-env
31
32
+rapids-logger "Begin rust build"
33
34
+sccache --stop-server 2>/dev/null || true
35
36
+export SCCACHE_S3_KEY_PREFIX="cuvs-rs/$(uname -m)/cuda${RAPIDS_CUDA_VERSION%.*}"
37
38
# we need to set up LIBCLANG_PATH to allow rust bindgen to work,
39
# grab it from the conda env
40
LIBCLANG_PATH=$(dirname "$(find /opt/conda -name libclang.so | head -n 1)")
@@ -35,6 +43,8 @@ echo "LIBCLANG_PATH=$LIBCLANG_PATH"
43
44
bash ./build.sh rust
45
46
+sccache --show-adv-stats
47
48
# Also test out that we can publish cuvs-sys via a dry-run
49
pushd ./rust/cuvs-sys
50
cargo publish --dry-run
0 commit comments