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

docker: Cache cargo builds #173

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Conversation

vadorovsky
Copy link
Member

Before this change, building container images was long and annoying,
cargo was downloading and building dependencies from scratch every time.
This commit fixes that by caching cargo artifacts.

Signed-off-by: Michal Rostecki mrostecki@opensuse.org

Before this change, building container images was long and annoying,
cargo was downloading and building dependencies from scratch every time.
This commit fixes that by caching cargo artifacts.

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
@vadorovsky vadorovsky requested a review from mjura February 10, 2022 17:36
Copy link
Collaborator

@mjura mjura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed it is improving time of building project

@vadorovsky vadorovsky merged commit 056d479 into lockc-project:main Feb 11, 2022
@vadorovsky vadorovsky deleted the docker-cache branch February 11, 2022 11:31
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

Successfully merging this pull request may close these issues.

2 participants