-
-
Notifications
You must be signed in to change notification settings - Fork 96
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 setup-rust cache #537
Comments
Should be fixed by #539. |
The I'll try disabling caching provided by that action and handling the cache by ourselves. |
Do we need caching at this point? |
Yes, or rust will build all the dependencies each time we run codegen. |
After #552, we now use a single cache key We probably should do the same for the pnpm cache. Because each time when |
I'm sorry for reopening this again. But the current workaround is not ideal for the following reasons:
To address the above issues, I plan to fork https://github.com/moonrepo/setup-rust and do some experiments. So I reopen this issue as a reminder. |
CI and caching, two difficult things combined! You're brave @Sec-ant 👏 |
The current cache settings of the action
setup-rust
are not working well. We've reached the limit and the caches are not being restored or saved properly. This also slows down the codegen job.I'll look into it.
The text was updated successfully, but these errors were encountered: