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

Make sccache never time out #763

Merged
merged 1 commit into from Dec 20, 2017
Merged

Make sccache never time out #763

merged 1 commit into from Dec 20, 2017

Commits on Dec 14, 2017

  1. Make sccache never time out.

    Per https://github.com/mozilla/sccache/blob/a310f6a62eb34281bda083f88dc96c736a3eeb74/src/server.rs#L69-L76 this variable controls how long
    the server waits before shutting down. For long compiles that exceed this timeout, this can cause compilation to fail like
    servo/servo#19495. https://github.com/mozilla/sccache/blob/629813f2d2f0b3ac8102696df69d57200688d320/docs/Jenkins.md#L11
    describes the effect of making this timeout zero for CI infrastructure - the server process becomes long-lived and never shuts down.
    jdm committed Dec 14, 2017
You can’t perform that action at this time.