File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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 - <<< " \
Original file line number Diff line number Diff line change 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 - <<< " \
You can’t perform that action at this time.
0 commit comments