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
The root seems to be a failure in handling a library with crate-type = ["cdylib", "rlib"].
This triggers a CannotCache(crate-type, cdylib).
However, any crates that depend on the library do not wait for it to complete.
Certain crates fail with
extern location for foo does not exist
.Minimal example: https://github.com/samuel-jimenez/sccache-extern.
The error seems to point to missing deps. May be a job scheduling problem?
The text was updated successfully, but these errors were encountered: