SanyamSuyal commented on PR #2733: URL: https://github.com/apache/fory/pull/2733#issuecomment-3388146440
> It seems like Bazel binary could be **cached in GitHub Actions** to avoid downloading it on every run. Is it possible to set up a cache for Bazel in our workflows? > > If it could, here are the benefits: > > 1. Faster builds: reuse Bazel binary instead of downloading every run. > 2. More reliable: reduce network failures during downloads. > 3. Cost saving: less CI runtime and resource usage. Good idea! I can add caching as a follow-up improvement. We have two options to implement this: **1 GitHub Action 2.Bazelisk** Which one do you prefer? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
