Cache Duplication/Racing (GHA) #42216
Unanswered
nolan-yoo-miris
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are you aware that the default triplets build both debug and release configurations? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I'm part of a team managing a monorepo building for multiple platforms, and we're at a bit of a loss.
We're using vcpkg's binary caching with GitHub Actions, and we very quickly hit the per-repo 10GB limit. (We are currently on Enterprise Cloud - not Server, so can't increase this via policy.)
This wasn't a surprise at first glance - our cache for one platform can hit 5GB - but taking a closer look, the behavior looks a bit unexpected?
We appear to be "re-caching" some of the binaries, which doesn't seem desired.
Are we doing something wrong? Is there a way to fix this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions