You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
cargo-chef allows to split downloading and building dependencies
from building the actual project. This allows docker to cache a layer
that downloads and builds dependencies and rebuild only the project
instead.
This change reduced the incremental build for me by over 60% from 327s to 130s.
Signed-off-by: Piotr Jastrzebski <[email protected]>
0 commit comments