Replies: 3 comments 12 replies
-
Only copy vcpkg/downloads without subfolders and you should be fine. |
Beta Was this translation helpful? Give feedback.
-
It's a waste of time anyway. I spend all this time making sure my machines have the same VS version, building cached binaries, copying everything across... then it just decide all my cache versions are incompatible and now I've spent an hour and still have to spend 2-3 hours building from scratch anyway. |
Beta Was this translation helpful? Give feedback.
-
If you want to cache your download folder use Asset Caching instead of copying the download folder |
Beta Was this translation helpful? Give feedback.
-
We have about a dozen vcpkg dependencies, which of course have their own. Copying vcpkg/downloads between machines is in theory a way to speed everything up but mine is 46,000 files. It takes multiple minutes for Windows Explorer just to discover how many there are, let alone copy them :) It's 2Gb but the issue is the incredible number of tiny files.
I thought
downloads
was literally just the raw files it got from the internet, but is it unpacking them there too? Is this normal... and if so is there a way to streamline it? It's going to take me about half as long to copy the files as just doing the build from scratch :)Beta Was this translation helpful? Give feedback.
All reactions