Skip to content

Commit 70af246

Browse files
committed
mkdir -p
1 parent 83a223e commit 70af246

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
env:
3333
DEVCONTAINER_UTILS_ENABLE_SCCACHE_DIST: "true"
3434
SCCACHE_BUCKET: "rapids-sccache-devs"
35-
SCCACHE_DIST_AUTH_TOKEN_VAR: "SCCACHE_DIST_TOKEN"
3635
SCCACHE_DIST_CONNECT_TIMEOUT: "30"
3736
SCCACHE_DIST_FALLBACK_TO_LOCAL_COMPILE: "true"
3837
SCCACHE_DIST_KEEPALIVE_ENABLED: "true"
@@ -89,6 +88,7 @@ jobs:
8988
run: |
9089
set -ex;
9190
91+
mkdir -p /home/coder/stdexec/.cache
9292
devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
9393
devcontainer-utils-init-sccache-dist \
9494
--enable-sccache-dist - <<< " \

.github/workflows/ci.gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
DEVCONTAINER_UTILS_ENABLE_SCCACHE_DIST: "true"
3333
NVIDIA_VISIBLE_DEVICES: "${{ env.NVIDIA_VISIBLE_DEVICES }}"
3434
SCCACHE_BUCKET: "rapids-sccache-devs"
35-
SCCACHE_DIST_AUTH_TOKEN_VAR: "SCCACHE_DIST_TOKEN"
3635
SCCACHE_DIST_CONNECT_TIMEOUT: "30"
3736
SCCACHE_DIST_FALLBACK_TO_LOCAL_COMPILE: "true"
3837
SCCACHE_DIST_KEEPALIVE_ENABLED: "true"
@@ -101,6 +100,7 @@ jobs:
101100
102101
set -x;
103102
103+
mkdir -p /home/coder/stdexec/.cache
104104
devcontainer-utils-install-sccache --repo rapidsai/sccache --version rapids;
105105
devcontainer-utils-init-sccache-dist \
106106
--enable-sccache-dist - <<< " \

0 commit comments

Comments
 (0)