Skip to content

Commit 1d28702

Browse files
committed
use S3 as the preprocessor cache location in devcontainers
1 parent 98d0bc9 commit 1d28702

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ENV HISTFILE="/home/coder/.cache/._bash_history"
3535
ENV AWS_ROLE_ARN="arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs"
3636
ENV SCCACHE_REGION="us-east-2"
3737
ENV SCCACHE_BUCKET="rapids-sccache-devs"
38+
ENV SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
3839
ENV SCCACHE_IDLE_TIMEOUT=0
3940

4041
###

ci/build_wheel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ source rapids-configure-sccache
1111
source rapids-date-string
1212
source rapids-init-pip
1313

14-
# shellcheck disable=SC2155
1514
export SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX="${package_name}/${RAPIDS_CONDA_ARCH}/cuda${RAPIDS_CUDA_VERSION%%.*}/wheel/preprocessor-cache"
1615
export SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
1716

0 commit comments

Comments
 (0)