sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Dependency caching restore super slow on Windows

Open mattjohnsonpint opened this issue 2 years ago • 1 comments

https://github.com/getsentry/sentry-dotnet/runs/6327391846?check_suite_focus=true

Time to restore dependencies from cache:

Ubuntu macOS Windows
18s 29s 4m 5s

With timings visible, it's clearly the tar operation that is the culprit:

image

Others appear to be having the same issue. Reported on the thread here: https://github.com/actions/cache/issues/752#issuecomment-1119931553

mattjohnsonpint avatar May 06 '22 19:05 mattjohnsonpint

Going to disable it on Windows for now. Leaving this issue open though, so we can remember to turn it back on when GitHub fixes the underlying issue.

mattjohnsonpint avatar May 06 '22 19:05 mattjohnsonpint

Closing this as it got cleaned up along the way somewhere.

bitsandfoxes avatar May 08 '24 13:05 bitsandfoxes