-
Notifications
You must be signed in to change notification settings - Fork 42
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
Make it possible to use @buildjet/cache
library as a replacement for @actions/cache
#25
Comments
Thanks for the suggestion. We rely heavily on GitHub's immutable cache entries with Do you know if BuildJet provides an API for cache access, similar to @actions/cache? This would be a requirement if it were to serve as a replacement for the GHA cache in |
Hey @bigdaz, Thanks for your fast reply! BuildJet has actually directly forked the @actions/cache repository so I suspect it should be compatible.
I am not that familiar with their code base so I cannot give you the best answer just yet. |
Hey, For reference, a popular rust cache action has implemented support for the BuildJet cache. Here is how they did it: Link I hope that helps! |
OK so it seems like it would be possible for I'd be happy to consider a contribution for this feature, but I don't see it being a priority. |
@buildjet/cache
library as a replacement for @actions/cache
Feature request
We are using the Gradle Build Action for our projects and it works great.
However, we are also interested in switching to BuildJet for better build agents.
They also provide faster cache services than GH Cache (link).
Hence the feature request -- allow different cache providers to be used with Gradle Build Action instead of always assuming the action will be using Github Action's Cache
Other forks
It looks like some people tried to create a fork of gradle-build-action and make it use BuildJet, but it's outdated.
So there seems to be an interest for this feature.
The text was updated successfully, but these errors were encountered: