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

Cargo unnecessarily re-compiles rust-portaudio crate even when unchanged. #99

Closed
mitchmindtree opened this issue Sep 1, 2015 · 2 comments

Comments

@mitchmindtree
Copy link
Member

I have a few separate crates that depend on rust-portaudio. About 75% the time I cargo build, cargo re-compiles rust-portaudio (and in turn everything that depends on it) even though it hasn't changed since the last build.

I'm unsure why this would happen - going to do some research as it slows down the dev process quite a lot. Any ideas on why this is occurring or links to pre-existing issues in other crates would be greatly appreciated!

@mitchmindtree
Copy link
Member Author

Possibly related to this - going to remove the local deps from my config and see if this fixes my issue.

@mitchmindtree
Copy link
Member Author

Seems to have fixed it, I no longer get unnecessary recompiles.

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