File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 27
27
if : needs.check-event.outputs.ok == 'true'
28
28
needs : check-event
29
29
secrets : inherit
30
- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
30
+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@fea/devcontainers-job-timeout
31
31
permissions :
32
32
actions : read
33
33
packages : read
@@ -39,11 +39,13 @@ jobs:
39
39
cuda : ' ["12.8"]'
40
40
node_type : cpu32
41
41
extra-repo-deploy-key : CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
42
+ timeout-minutes : 720
43
+ # 1. Repopulate the cache
44
+ # 2. Prevent the sccache server from shutting down
45
+ env : |
46
+ SCCACHE_RECACHE=1
47
+ SCCACHE_IDLE_TIMEOUT=0
42
48
build_command : |
43
- # Repopulate the cache
44
- export SCCACHE_RECACHE=1
45
- # Prevent the sccache server from shutting down
46
- export SCCACHE_IDLE_TIMEOUT=0
47
49
SCCACHE_NO_DAEMON=1 sccache --stop-server
48
50
sccache -z;
49
51
sccache --show-adv-stats;
You can’t perform that action at this time.
0 commit comments