We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f5f6f commit a0d32fdCopy full SHA for a0d32fd
ci/jobs/build_clickhouse.py
@@ -162,6 +162,7 @@ def main():
162
res = results[-1].is_ok()
163
164
if res and JobStages.BUILD in stages:
165
+ run_shell("sccache start server", "sccache --start-server", retries=3)
166
run_shell("sccache stats", "sccache --show-stats")
167
if build_type in BUILD_TYPE_TO_DEB_PACKAGE_TYPE:
168
targets = "clickhouse-bundle"
0 commit comments