-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
cache.zip in repo is that a problem or not #3433
Comments
do we need a cache at all? Why not generate every time? |
We do not want signature to change without a reason I guess? |
But the signature is a function of the input files, right? |
just store a file |
huh? signature is random, it never matches? |
@andreika-git do you remember why do we need cache.zip? |
I don't remember why the file is stored in the repo. Maybe to allow local incremental gen_config calls? When I add something small to the config, I don't want to fully rebuild everything... |
We don't even use it for incremental rebuilds though, plus it's just not that slow to do a generate. |
we like to re-generate cache.zip somes a few times a day
cache.zip being a binary artifact is probably not good in terms of git practices and repo size
technically all we need is "cache" folder with files in it, not a zip achieve
The text was updated successfully, but these errors were encountered: