Skip to content

Commit 56b1b39

Browse files
committed
set SCCACHE_SERVER_PORT
1 parent 5cf40b1 commit 56b1b39

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.devcontainer/llvm19-cuda12.0/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

.devcontainer/llvm19-cuda12.9/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

.devcontainer/nvhpc25.7/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
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

.github/workflows/ci.gpu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)