-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 is slow to save #36
Comments
@chrismgrayftsinc Can you try building a version with |
@chrismgrayftsinc Do you have a public fork to see how you built setup-bazel? |
Oh whoops I forgot to run |
I had seen this for about a month but never had time to look into it. Getting a version with this published would be awesome. My bazel build takes 5 minutes but the saving cache takes 4 and a half almost all of that is after seeing |
@chrismgrayftsinc Thanks! I made a release 0.9.0 with this fix. Can you try it out? |
Just verified on my builds. This is a huge improvement. reduced a lot of my lint github action run time by over 50%. Thank you! |
Although just one thing to note I just see |
Hmm, I am seeing the other messages with my test version. I haven't tried the released version yet. |
Recently a run of
Post Setup bazel
took around 4 minutes. I wonder if it could be related to actions/toolkit#1578The workaround mentioned there is to call
process.exit()
after the caches are saved.The text was updated successfully, but these errors were encountered: