cached file cannot be found in the next hit
See original GitHub issueMy workflow will cache llvm/lib
and llvm/bin
, and it succeeded at the first time:
https://github.com/hellodword/MyApplication/actions/runs/119157969
But the cached files cannot be found at the next time (but the cache key can be hitted): https://github.com/hellodword/MyApplication/actions/runs/119660612
I tried a lot to find out the reason:
- I deleted the
llvm/bin
folder so the whole size ofllvm
is 290MB, it failed; - With another workflow I cached a same folder structure, and use
dd
to create files so that the folder size can reach the same size (290MB), it succeeded;
Is it a bug or my usage problem? Any idea about this? Thanks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
How to Fix the 'Cached Preview' Error in After Effects
Try cleaning the database and cache by navigating to After Effects > Preferences > Media and Disk Cache. Once you're there, hit 'Clean...
Read more >When cache is hit, app can't find the package #426 - GitHub
If the cache is hit, it should still create the built files ... The only way this is possible is if the package...
Read more >How Do I Fix My Caching Problems Or Clear Web Browser's ...
Close your browser and re-open it (make sure you are NOT on the cached page) and delete your temporary Internet files (clear your...
Read more >Cached reports are executed against the warehouse instead ...
Reports that normally hit cache are executed against the warehouse instead of hitting the cache directly during periods of a high user load ......
Read more >Set up content caching on Mac - Apple Support
Click the Info button next to Content Caching. Click Options. Click the Edit button next to Cache Location. Select a storage volume, then...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just overlooked at step
Releasing using Hub
, there are branch switching actionSwitched to a new branch 'master'
and yourollvm
folder was likely be stashed and hence, the later stepPost Cache multiple paths
could not find any patterns matched. btw, the pathollvm
is correct in your case.@hellodword @etnet-raymondlin Thanks! I appreciate both of you taking the time to diagnose this issue and report back.