[all-commits] [llvm/llvm-project] bcfd29: [CI][Github] Set SCCACHE_IDLE_TIMEOUT to 0 (#150508)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Jul 24 15:11:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcfd29418f8851b93309746f987c22644bac6307
https://github.com/llvm/llvm-project/commit/bcfd29418f8851b93309746f987c22644bac6307
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M .github/workflows/premerge.yaml
Log Message:
-----------
[CI][Github] Set SCCACHE_IDLE_TIMEOUT to 0 (#150508)
This patch sets the sccache idle timeout to zero which ensures that it
will run indefinitely. Without this, sccache will sometimes stop when
several long test suites get run consequitively. This resets the
statistics which we save at the end. Ensuring the process stays running
means we have accurate statistics when we collect them at the end.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list