File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ ENV HISTFILE="/home/coder/.cache/._bash_history"
3535ENV AWS_ROLE_ARN="arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs"
3636ENV SCCACHE_REGION="us-east-2"
3737ENV SCCACHE_BUCKET="rapids-sccache-devs"
38+ ENV SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
3839ENV SCCACHE_IDLE_TIMEOUT=0
3940
4041# ##
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ source rapids-configure-sccache
1111source rapids-date-string
1212source rapids-init-pip
1313
14- # shellcheck disable=SC2155
1514export SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX=" ${package_name} /${RAPIDS_CONDA_ARCH} /cuda${RAPIDS_CUDA_VERSION%% .* } /wheel/preprocessor-cache"
1615export SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
1716
You can’t perform that action at this time.
0 commit comments