-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use buildkit cache for dockerfile (#860)
## Summary Using new buildx cache instead of cargo chef for image updates, makes subsequent updates much faster locally. ## Background Cargo chef has not created huge speed up in build times due to nature of our dependencies. In local tests it improves second build by ~1 minute while slowing first build by about 3 minutes. This makes the first local build take ~4 min and then subsequent minor updates can be built in less than 30s. ## Changes - Remove cargo chef - Utilize buildkit caches ## Testing Running locally, testing image built + CI tests on here to see how it impacts CI build time.
- Loading branch information
Showing
1 changed file
with
10 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters