Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSet SCCACHE_IDLE_TIMEOUT=0 when starting the sccache server #3403
Conversation
This will prevent the sccache server from shutting down due to a lack of activity which can manifest as build failures. This is effectively a workaround for this sccache issue: mozilla/sccache#204 .
|
Thanks, this is good to know, but we're also still hitting #3248 (comment) so at the moment I'd still like to leave sccache disabled until it's more reliable. (Also note that the .taskcluster.yml file has two different jobs which use sccache so both of them would need this fix applied.) |
|
|
|
@staktrace @luser Do we want to merge this (after a rebase) or should this be closed? |
|
Unless we know how to resolve #3248 (comment) I don't think it's worth re-enabling sccache. So I'd lean towards closing this for now. |
|
OK, feel free to reopen if we want to reconsider landing this. |
luser commentedDec 12, 2018
•
edited by larsbergstrom
This will prevent the sccache server from shutting down due to a lack of activity which can manifest as build failures. This is effectively a workaround for this sccache issue: mozilla/sccache#204 .
This change is