Skip to content

Commit a0d32fd

Browse files
Backport #83600 to 25.6: Attempt to start sccache server with retries before build
1 parent 56f5f6f commit a0d32fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/jobs/build_clickhouse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def main():
162162
res = results[-1].is_ok()
163163

164164
if res and JobStages.BUILD in stages:
165+
run_shell("sccache start server", "sccache --start-server", retries=3)
165166
run_shell("sccache stats", "sccache --show-stats")
166167
if build_type in BUILD_TYPE_TO_DEB_PACKAGE_TYPE:
167168
targets = "clickhouse-bundle"

0 commit comments

Comments
 (0)