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 6587e23 commit 91792deCopy full SHA for 91792de
ci/build_rust.sh
@@ -27,15 +27,17 @@ set -eu
27
28
source rapids-configure-sccache
29
30
+# Don't use the build cluster because conda rust toolchains are too large
31
+export SCCACHE_NO_DIST_COMPILE=1
32
+# shellcheck disable=SC2155
33
+export SCCACHE_S3_KEY_PREFIX="cuvs-rs/$(uname -m)/cuda${RAPIDS_CUDA_VERSION%.*}"
34
+
35
rapids-print-env
36
37
rapids-logger "Begin rust build"
38
39
sccache --stop-server 2>/dev/null || true
40
-# shellcheck disable=SC2155
-export SCCACHE_S3_KEY_PREFIX="cuvs-rs/$(uname -m)/cuda${RAPIDS_CUDA_VERSION%.*}"
-
41
# we need to set up LIBCLANG_PATH to allow rust bindgen to work,
42
# grab it from the conda env
43
LIBCLANG_PATH=$(dirname "$(find /opt/conda -name libclang.so | head -n 1)")
0 commit comments