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

Add obuilder store that doesn't cache anything #181

Open
tmcgilchrist opened this issue Mar 1, 2024 · 0 comments
Open

Add obuilder store that doesn't cache anything #181

tmcgilchrist opened this issue Mar 1, 2024 · 0 comments

Comments

@tmcgilchrist
Copy link
Member

In some circumstances like running obuilder inside docker, it is faster and more efficient to cache nothing. For example when running ocaml-docs-ci inside a docker container we use the rsync backend (because other backends are not easy to setup) to run builds. Running them using rsync is much slower than just redoing the work. It should be possible to implement module type STORE as a no-op cache, which does nothing.

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