Skip to content

Commit 1972fe9

Browse files
committed
disable sccache server timeout in CI
1 parent 587e391 commit 1972fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-all-rapids-repos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
node_type: cpu32
4141
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
4242
build_command: |
43+
export SCCACHE_IDLE_TIMEOUT=0
44+
SCCACHE_NO_DAEMON=1 sccache --stop-server
4345
sccache -z;
4446
sccache --show-adv-stats;
4547
clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules;

0 commit comments

Comments
 (0)