You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the idea of this. I saw the Reddit and Earthly posts and wanted to give it a shot.
Test results were not good in a large pnpm monorepo. The test was simple, 1 setup job and a dependent lint job that relied on setup to cache the dependencies, repeated using both the default GitHub actions/node cache and then ucache. Both on empty caches. When I rerun the workflow (using the Re-run all jobs button in the GitHub UI), the results are the same for ucache but even faster for setup using the default GitHub cache (due to cache hit).
I suspect I'm just missing some configuration somewhere.
I love the idea of this. I saw the Reddit and Earthly posts and wanted to give it a shot.
Test results were not good in a large pnpm monorepo. The test was simple, 1
setup
job and a dependentlint
job that relied onsetup
to cache the dependencies, repeated using both the default GitHub actions/node cache and then ucache. Both on empty caches. When I rerun the workflow (using theRe-run all jobs
button in the GitHub UI), the results are the same for ucache but even faster forsetup
using the default GitHub cache (due to cache hit).I suspect I'm just missing some configuration somewhere.
Repo
Results
Workflow
Notes
I see these warnings when any ucache command is run. Maybe some additional config is missing?
The text was updated successfully, but these errors were encountered: