Skip to content

Commit

Permalink
Fix typo in Jenkins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras authored and luser committed Apr 23, 2018
1 parent aad2120 commit 781fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ once a job is finished. This results in broken builds when two run in parallel
is finished and the server is killed. The other job way be in contact with the server (e.g waiting for a cache response)
and fail.

One option so solve this problem is to spawn a always running sccache server process by setting `SCCACHE_IDLE_TIMEOUT`
One option to solve this problem is to spawn a always running sccache server process by setting `SCCACHE_IDLE_TIMEOUT`
to `0` and start the server beside Jenkins as a system service. This implies that all jobs use the same sccache
configuration and share the statistics.

Expand Down

0 comments on commit 781fa9d

Please sign in to comment.