-
I got this huge deps. It gets deduplicated on the server side, but it's a bit of a pain to upload those (I guess every time any dep changes). |
Beta Was this translation helpful? Give feedback.
Answered by
dpc
May 2, 2023
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bbigras
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
crane
will build your dependencies as a separate derivation with minimized source code, so if yourCargo.toml
files (your dependencies) don't change, you won't have to re-build and re-upload them. If they do, you will have a rebuild and a new derivation artifact created.