Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dist rust: Crates fail with extern location for foo does not exist #2368

Open
samuel-jimenez opened this issue Mar 18, 2025 · 1 comment
Open

Comments

@samuel-jimenez
Copy link
Contributor

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?

@samuel-jimenez
Copy link
Contributor Author

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.

See: https://github.com/samuel-jimenez/sccache-cdy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant