-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lost files in the cache #61
Comments
It might be useful (definitely while working on the this action, but apparently maybe for others) to have an option to not use (or maybe just not restore, to replace) the cache |
I'd prefer if it just worked :) |
It happened again now:
https://github.com/msys2/msys2-devtools/runs/972714924?check_suite_focus=true |
The cache was created in https://github.com/msys2/msys2-devtools/runs/972534368?check_suite_focus=true and restored in https://github.com/msys2/msys2-devtools/runs/972714924?check_suite_focus=true. After the cache save the file was still there so I'd guess cache store is buggy. |
happened again. I think we have to disable the caching sadly. |
For some reason it sometimes loses files. It's not clear where the error is, so let's disable for now. Fixes msys2#61
For some reason it sometimes loses files. It's not clear where the error is, so let's disable for now. Fixes #61
I managed to get a file lost in our cache here: https://github.com/msys2/msys2-devtools/runs/942546549?check_suite_focus=true
pacman -Qkq
checks if all files that should be there are there and one was missingI'm not sure how and why, and how likely. Let's watch out for similar cases..
The text was updated successfully, but these errors were encountered: