Skip to content

Commit c04af9a

Browse files
Renegade334aduh95
authored andcommitted
meta: persist sccache daemon until end of build workflows
PR-URL: #61639 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 72a920b commit c04af9a

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
CC: sccache clang
7070
CXX: sccache clang++
7171
SCCACHE_GHA_ENABLED: 'true'
72+
SCCACHE_IDLE_TIMEOUT: '0'
7273
steps:
7374
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7475
with:

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ env:
3939
CC: sccache clang
4040
CXX: sccache clang++
4141
SCCACHE_GHA_ENABLED: 'true'
42+
SCCACHE_IDLE_TIMEOUT: '0'
4243

4344
permissions:
4445
contents: read

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ env:
3939
CC: sccache clang
4040
CXX: sccache clang++
4141
SCCACHE_GHA_ENABLED: 'true'
42+
SCCACHE_IDLE_TIMEOUT: '0'
4243

4344
permissions:
4445
contents: read

.github/workflows/test-internet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ env:
3636
CC: sccache clang
3737
CXX: sccache clang++
3838
SCCACHE_GHA_ENABLED: 'true'
39+
SCCACHE_IDLE_TIMEOUT: '0'
3940

4041
permissions:
4142
contents: read

.github/workflows/test-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env:
3434
CC: sccache clang
3535
CXX: sccache clang++
3636
SCCACHE_GHA_ENABLED: 'true'
37+
SCCACHE_IDLE_TIMEOUT: '0'
3738

3839
permissions:
3940
contents: read

.github/workflows/test-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
CC: sccache gcc
4949
CXX: sccache g++
5050
SCCACHE_GHA_ENABLED: 'true'
51+
SCCACHE_IDLE_TIMEOUT: '0'
5152
steps:
5253
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5354
with:

0 commit comments

Comments
 (0)