File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "SCCACHE_ERROR_LOG" : " /home/coder/stdexec/.cache/sccache.log" ,
2323 "SCCACHE_REGION" : " us-east-2" ,
2424 "SCCACHE_S3_KEY_PREFIX" : " nvidia-stdexec-dev" ,
25- "SCCACHE_SERVER_PORT" : " 4226 " ,
25+ "SCCACHE_SERVER_PORT" : " 4225 " ,
2626 "SCCACHE_SERVER_LOG" : " ${localEnv:SCCACHE_SERVER_LOG:sccache=debug}"
2727 },
2828
Original file line number Diff line number Diff line change 2222 "SCCACHE_ERROR_LOG" : " /home/coder/stdexec/.cache/sccache.log" ,
2323 "SCCACHE_REGION" : " us-east-2" ,
2424 "SCCACHE_S3_KEY_PREFIX" : " nvidia-stdexec-dev" ,
25- "SCCACHE_SERVER_PORT" : " 4226 " ,
25+ "SCCACHE_SERVER_PORT" : " 4225 " ,
2626 "SCCACHE_SERVER_LOG" : " ${localEnv:SCCACHE_SERVER_LOG:sccache=debug}"
2727 },
2828
Original file line number Diff line number Diff line change 2222 "SCCACHE_ERROR_LOG" : " /home/coder/stdexec/.cache/sccache.log" ,
2323 "SCCACHE_REGION" : " us-east-2" ,
2424 "SCCACHE_S3_KEY_PREFIX" : " nvidia-stdexec-dev" ,
25- "SCCACHE_SERVER_PORT" : " 4226 " ,
25+ "SCCACHE_SERVER_PORT" : " 4225 " ,
2626 "SCCACHE_SERVER_LOG" : " ${localEnv:SCCACHE_SERVER_LOG:sccache=debug}"
2727 },
2828
Original file line number Diff line number Diff line change 3737 SCCACHE_S3_KEY_PREFIX : " nvidia-stdexec-dev"
3838 SCCACHE_ERROR_LOG : " /home/coder/.cache/sccache.log"
3939 SCCACHE_SERVER_LOG : " sccache=debug"
40+ SCCACHE_SERVER_PORT : " 4225"
4041 permissions :
4142 id-token : write # This is required for configure-aws-credentials
4243 contents : read # This is required for actions/checkout
Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ jobs:
3131 env :
3232 devcontainer_utils_debug : sccache
3333 DEVCONTAINER_UTILS_ENABLE_SCCACHE_DIST : true
34+ NVIDIA_VISIBLE_DEVICES : " ${{ env.NVIDIA_VISIBLE_DEVICES }}"
3435 SCCACHE_REGION : " us-east-2"
3536 SCCACHE_BUCKET : " rapids-sccache-devs"
3637 SCCACHE_S3_KEY_PREFIX : " nvidia-stdexec-dev"
3738 SCCACHE_ERROR_LOG : " /home/coder/.cache/sccache.log"
3839 SCCACHE_SERVER_LOG : " sccache=debug"
39- NVIDIA_VISIBLE_DEVICES : " ${{ env.NVIDIA_VISIBLE_DEVICES }} "
40+ SCCACHE_SERVER_PORT : " 4225 "
4041 permissions :
4142 id-token : write # This is required for configure-aws-credentials
4243 contents : read # This is required for actions/checkout
You can’t perform that action at this time.
0 commit comments