Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e90eb1d

Browse filesBrowse 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 821e59e commit e90eb1d
Copy full SHA for e90eb1d

6 files changed

+6Lines changed: 6 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/build-tarball.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-tarball.yml
+1Lines 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:
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/coverage-linux-without-intl.yml
+1Lines 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
Collapse file

‎.github/workflows/coverage-linux.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/coverage-linux.yml
+1Lines 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
Collapse file

‎.github/workflows/test-internet.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-internet.yml
+1Lines 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
Collapse file

‎.github/workflows/test-linux.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-linux.yml
+1Lines 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
Collapse file

‎.github/workflows/test-macos.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-macos.yml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.