Skip to content

Ci cache #16709

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

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Ci cache #16709

wants to merge 11 commits into from

Conversation

blaginin
Copy link
Contributor

@blaginin blaginin commented Jul 7, 2025

Which issue does this PR close?

Rationale for this change

CI is slow - and for many stages, downloading dependencies / build is takes a considerable amount of time:

image

All these are useless and can be checked / compiled once on main:

image

What changes are included in this PR?

We can reduce build time if we start caching dependencies.

The size of one cache build is roughly 500 MB:

image

Github has a cache size of 10 GB - so I think we should be able to cache build on main for the slowest steps on main - to make them faster!

@blaginin blaginin marked this pull request as draft July 7, 2025 20:01
@github-actions github-actions bot added the development-process Related to development process of DataFusion label Jul 7, 2025
@blaginin blaginin self-assigned this Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant