-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: Move recipe.yml into ./recipes to support proper caching #27
Conversation
The recipe in the template shouldn't be moved before modules are changed to support the move. |
The recipe move is completely separate functionality from the config to files move so this works perfectly fine. |
I'm in for this change as it doesn't break anything & it solves the big update sizes that users were complaining about. Migration from So, the only question that remains is:
|
I think it would be better to roll out all changes at once, with an announcement post to document it, and the |
If that's the case then I don't think we should release the GHA with the cache feature until we have the recipe directory be the default in the template. Releasing a cache focused update to the action without having the default setup make use of it seems counter-intuitive to me. This is something that can be done incrementally and without large sweeping changes that would give immediate benefit to new users. |
Requires blue-build/github-action#39 to be merged and released.