[all-commits] [llvm/llvm-project] c81cc9: [CI] Save sccache logs (#155444)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Aug 26 11:05:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c81cc9f55b8d21d9421cdb00755b241f9852eca0
https://github.com/llvm/llvm-project/commit/c81cc9f55b8d21d9421cdb00755b241f9852eca0
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M .github/workflows/premerge.yaml
Log Message:
-----------
[CI] Save sccache logs (#155444)
This patch saves the sccache logs to the artifacts. If sccache dies and
the server prints logs, we currently do not collect them anywhere and
they do not get dumped to STDOUT/STDERR. If the process is directly
getting killed (SIGTERM), it seems like it doesn't dump anything, but in
most other cases we should be able to see something.
Related to #155442.
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