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

Avoid full rebuilds #12

Open
srid opened this issue Aug 1, 2023 · 1 comment · May be fixed by #20
Open

Avoid full rebuilds #12

srid opened this issue Aug 1, 2023 · 1 comment · May be fixed by #20
Labels
help wanted Extra attention is needed

Comments

@srid
Copy link
Owner

srid commented Aug 1, 2023

Changing one local source file is enough to trigger a full re-build of all crates. Isn't crane supposed to solve this by building deps separately?

@srid srid linked a pull request Aug 23, 2023 that will close this issue
2 tasks
@Pegasust
Copy link

This triggers me quite a lot too. It was one of the things that stood out when I switched from just using nixpkgs's Rust build utility to Crane. Crane actually adds build time, be it with or without the dummy source.

It might be that the project I'm having is not big enough to take advantage of the dummy, extern-crate-only cache.

@srid srid added the help wanted Extra attention is needed label Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants