Skip to content

Commit 2e0b03a

Browse files
committed
use S3 as the preprocessor cache location in devcontainers
1 parent 62d68d1 commit 2e0b03a

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
@@ -40,6 +40,7 @@ ENV HISTFILE="/home/coder/.cache/._bash_history"
4040
ENV AWS_ROLE_ARN="arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs"
4141
ENV SCCACHE_REGION="us-east-2"
4242
ENV SCCACHE_BUCKET="rapids-sccache-devs"
43+
ENV SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
4344
ENV SCCACHE_IDLE_TIMEOUT=0
4445

4546
###

ci/build_wheel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fi
3030
source rapids-configure-sccache
3131
source rapids-date-string
3232

33-
# shellcheck disable=SC2155
3433
export SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX="${package_name}/${RAPIDS_CONDA_ARCH}/cuda${RAPIDS_CUDA_VERSION%%.*}/wheel/preprocessor-cache"
3534
export SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
3635

0 commit comments

Comments
 (0)