Avoiding bootstrap_vcpkg.bat, specifically when using visual studio? #20846
aggieNick02
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just finished moving from the old-style
vcpkgto using manifests.vcpkgis a subrepo in my repo, so the whole process is almost turnkey:git clonemy repovcpkg\vcpkg_bootstrap.batLikewise, the process when pulling updates is almost turnkey:
git pullon my repovcpkgis updated by this pull, runvcpkg\vcpkg_bootstrap.batSteps 2 in both of these processes are the awkward steps.
Is there already work going on to eliminate having to manually call
vcpkg_bootstrap.bat, or to make it light enough that it can just always be called? Right now it always goes and downloadsvcpkg.exe, but if it only did that when it was out of date, it could always be called, and a network connection would only be necessary when it was out of date.Beta Was this translation helpful? Give feedback.
All reactions