We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a91f6 commit 4bc3e7cCopy full SHA for 4bc3e7c
.github/workflows/build-all-rapids-repos.yml
@@ -40,6 +40,8 @@ jobs:
40
node_type: cpu32
41
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
42
build_command: |
43
+ export SCCACHE_IDLE_TIMEOUT=0
44
+ SCCACHE_NO_DAEMON=1 sccache --stop-server
45
sccache -z;
46
sccache --show-adv-stats;
47
clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules;
0 commit comments