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

JIT cached artifacts #13

Open
blaggacao opened this issue Dec 9, 2022 · 0 comments
Open

JIT cached artifacts #13

blaggacao opened this issue Dec 9, 2022 · 0 comments

Comments

@blaggacao
Copy link
Collaborator

The GH cache is a compressed tar, hence it's not possible to just-in-time (JIT) deliver only those artifacts which are actually required.

On an average size big mono-repo this amounts to 7min lead time just downloading and decompressing the GH cache (and same for populating in the first place).

An S3 interface to the cache would be enough to let nix do it's thing and only fetch what's necessary by the actual job at hand.

We should implement the run action inputs in a way that they could seemlessly make use of a s3-like cache should it be made available.

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 a pull request may close this issue.

1 participant