|
3 | 3 |
|
4 | 4 | "hostRequirements": { "gpu": "optional" }, |
5 | 5 |
|
6 | | - "initializeCommand": ["/bin/bash", "-c", "mkdir -p .cache/.{aws,config}"], |
| 6 | + "initializeCommand": ["/bin/bash", "-c", "mkdir -p .cache/.{aws,cache,config}"], |
7 | 7 |
|
8 | 8 | "containerEnv": { |
9 | 9 | "AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs", |
|
19 | 19 | "SCCACHE_DIST_MAX_RETRIES": "${localEnv:SCCACHE_DIST_MAX_RETRIES:4}", |
20 | 20 | "SCCACHE_DIST_REQUEST_TIMEOUT": "${localEnv:SCCACHE_DIST_REQUEST_TIMEOUT:7140}", |
21 | 21 | "SCCACHE_DIST_TOKEN": "${localEnv:SCCACHE_DIST_TOKEN}", |
| 22 | + "SCCACHE_ERROR_LOG": "/home/coder/stdexec/.cache/sccache.log", |
22 | 23 | "SCCACHE_REGION": "us-east-2", |
23 | | - "SCCACHE_S3_KEY_PREFIX": "nvidia-stdexec-dev" |
| 24 | + "SCCACHE_S3_KEY_PREFIX": "nvidia-stdexec-dev", |
| 25 | + "SCCACHE_SERVER_PORT": "4226", |
| 26 | + "SCCACHE_SERVER_LOG": "${localEnv:SCCACHE_SERVER_LOG:sccache=debug}" |
24 | 27 | }, |
25 | 28 |
|
26 | 29 | "workspaceFolder": "/home/coder/stdexec", |
27 | 30 | "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/stdexec,type=bind,consistency=consistent", |
28 | 31 | "mounts": [ |
29 | 32 | "source=${localWorkspaceFolder}/.cache/.aws,target=/home/coder/.aws,type=bind,consistency=consistent", |
| 33 | + "source=${localWorkspaceFolder}/.cache/.cache,target=/home/coder/.cache,type=bind,consistency=consistent", |
30 | 34 | "source=${localWorkspaceFolder}/.cache/.config,target=/home/coder/.config,type=bind,consistency=consistent" |
31 | 35 | ], |
32 | 36 |
|
|
0 commit comments