Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set SCCACHE_IDLE_TIMEOUT=0 when starting the sccache server #3403

Closed
wants to merge 1 commit into from

Commits on Dec 12, 2018

  1. Set SCCACHE_IDLE_TIMEOUT=0 when starting the sccache server

    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 .
    luser committed Dec 12, 2018
You can’t perform that action at this time.