Replies: 2 comments 6 replies
-
Yes. https://learn.microsoft.com/en-us/vcpkg/users/binarycaching |
Beta Was this translation helpful? Give feedback.
-
I do it the exact same way. Currently I do that like this:
This makes it possible to keep using manifest mode, but get fast build times because of the binary cache being in the container. However I found that it has some drawbacks
For my windows machines, I will use "export" and generate a SDK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. Is there any recommendation on using together vcpkg and container images. Usually I use multi stage builds
with a "dev image" that I use to develop using VSCode's remote container extension. On this "dev image" during the build I install the project dependencies, defined by a manifest, with
vcpkg install
. The artifacts of this command are kept on the home of the container user (for instance root)).Would be possible to change the path where the artifacts are stored? Instead of always using
~/.cache/vcpkg
.Is there any pages on the documentation detailing the heuristics used by the caching algorithm ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions