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 e6692e1 commit 6587e23Copy full SHA for 6587e23
ci/build_rust.sh
@@ -33,6 +33,7 @@ rapids-logger "Begin rust build"
33
34
sccache --stop-server 2>/dev/null || true
35
36
+# shellcheck disable=SC2155
37
export SCCACHE_S3_KEY_PREFIX="cuvs-rs/$(uname -m)/cuda${RAPIDS_CUDA_VERSION%.*}"
38
39
# we need to set up LIBCLANG_PATH to allow rust bindgen to work,
0 commit comments