Replies: 2 comments
-
Duplicate, this has been asked multiple times, eg.: #213 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes checkout #213 for a previous discussion. Until cargo stabilizes outputting a build graph and Nix stabilizes dynamic derivations I don't plan on implementing per-crate caching. In the mean time feel free to checkout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Current realisation of increment builds is a
tar
archive withtarget
folder inside. Because of monolithic structure of increment, changing one dependency leads to rebuilding project all together.Describe the solution you'd like
Instead of packing all dependencies, they should be built independently, and
out
would be linked intotarget
folder. This should bring real incremental buildsBeta Was this translation helpful? Give feedback.
All reactions