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

Fix inefficient Docker caching in CI #426

Open
gussmith23 opened this issue Feb 25, 2024 · 1 comment
Open

Fix inefficient Docker caching in CI #426

gussmith23 opened this issue Feb 25, 2024 · 1 comment

Comments

@gussmith23
Copy link
Owner

Seems like the Docker build isn't caching as nicely as it should. You may be able to view logs from this run:

https://github.com/uwsampl/lakeroad/actions/runs/8034507451/job/21946176589

This commit only changed things at/after the "build CVC5" stage, yet many of the steps are re-running. I can't currently see enough of the logs to know how far back it isn't caching, but at least from the Python dependencies section. The Python dependencies causing problems would make sense.

gussmith23 added a commit that referenced this issue Feb 25, 2024
@gussmith23
Copy link
Owner Author

I think this was simply caused by the ADD . . having been pushed nearer to the top of the file.

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

No branches or pull requests

1 participant