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 .