-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Open
Labels
infrastructureBugs about LLVM infrastructureBugs about LLVM infrastructure
Description
In workflows like https://github.com/llvm/llvm-project/actions/runs/17234316420/job/48895489095, sccache
is failing build actions.
It seems like the server is dying and then the clients are not failing gracefully and falling back to local compilation. I can reproduce this locally by killing the server. Not sure why the server is dying. I think there are two things we need to do here:
- Figure out why the server is dying. I'm hoping we can get some info by setting
SCCACHE_LOG=info
and dumping the log file into the artifacts. - Make
sccache
fail gracefully when it cannot connect to the server.
Metadata
Metadata
Assignees
Labels
infrastructureBugs about LLVM infrastructureBugs about LLVM infrastructure