Skip to content

Commit bd8fe4f

Browse files
authored
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 bd6c9f8 commit bd8fe4f

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
@@ -105,6 +105,7 @@ jobs:
105105
CC: sccache clang-19
106106
CXX: sccache clang++-19
107107
SCCACHE_GHA_ENABLED: 'true'
108+
SCCACHE_IDLE_TIMEOUT: '0'
108109
steps:
109110
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110111
with:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ env:
4040
CC: sccache clang-19
4141
CXX: sccache clang++-19
4242
SCCACHE_GHA_ENABLED: 'true'
43+
SCCACHE_IDLE_TIMEOUT: '0'
4344

4445
permissions:
4546
contents: read

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ env:
4040
CC: sccache clang-19
4141
CXX: sccache clang++-19
4242
SCCACHE_GHA_ENABLED: 'true'
43+
SCCACHE_IDLE_TIMEOUT: '0'
4344

4445
permissions:
4546
contents: read

.github/workflows/test-internet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ env:
3737
CC: sccache clang-19
3838
CXX: sccache clang++-19
3939
SCCACHE_GHA_ENABLED: 'true'
40+
SCCACHE_IDLE_TIMEOUT: '0'
4041

4142
permissions:
4243
contents: read

.github/workflows/test-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ env:
3737
CC: sccache clang-19
3838
CXX: sccache clang++-19
3939
SCCACHE_GHA_ENABLED: 'true'
40+
SCCACHE_IDLE_TIMEOUT: '0'
4041
RUSTC_VERSION: '1.82'
4142

4243
permissions:

.github/workflows/test-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
CC: sccache gcc
8383
CXX: sccache g++
8484
SCCACHE_GHA_ENABLED: 'true'
85+
SCCACHE_IDLE_TIMEOUT: '0'
8586
steps:
8687
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8788
with:

0 commit comments

Comments
 (0)