You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seemingly it's due to the hashing key of sccache for the cargo-unittest: hash of Cargo.lock files are not enough, especially for the incremental building of the same feature branch.
Context
I notice that sccache doesn't seem to take effect, an example: https://github.com/litentry/litentry-parachain/actions/runs/3405980852
Even if I re-run the job without changing anything, where I expect the
run-cargo-runtime-tests
to complete quickly, it still did a full compilation.Strangely, the cargo registry and sccache cache were restored successfully:
It just didn't get applied.
In the sccache stat, it showed:
Note the cache hit were all C/C++.
Once it's solved, the next step is to try to use sccache inside docker
✔️ Please set appropriate labels and assignees if applicable.
The text was updated successfully, but these errors were encountered: