mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.74k stars 542 forks source link

ci: when an integration test fail, dump the log #1685

Open sylvestre opened 1 year ago

sylvestre commented 1 year ago

Of course, it also means that we have to enable logging.

So, probably export in env:

SCCACHE_LOG=sccache=debug SCCACHE_ERROR_LOG=/tmp/sccache.log

Example when it would have been useful: https://github.com/mozilla/sccache/actions/runs/4508809361/jobs/7938014339

NakanoMiku39 commented 11 months ago

Hello is this bug fixed? btw the example is expired