Skip to content

Shouldn’t I git-switch to a stable release before running bootstrap-vcpkg.bat? #38964

Answered by dg0yt
Jayman2000 asked this question in Q&A
Discussion options

You must be logged in to vote
> git clone https://github.com/microsoft/vcpkg
> .\vcpkg\bootstrap-vcpkg.bat

Won’t that cause you to use the latest unstable release of vcpkg?

No. The git tags aren't more stable than the HEAD of master. There is no specific quality process for the git tags. Except not letting getting the newest tag too old.

I don’t really know anything about vcpkg, but wouldn’t it make more sense to do this?

git clone https://github.com/microsoft/vcpkg
cd vcpkg
git switch --detach 2024.04.26
bootstrap-vcpkg.bat

No. There is no benefit in terms of quality with regard to the HEAD of master.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@dg0yt
Comment options

@StarGate-One
Comment options

@Jayman2000
Comment options

@AugP
Comment options

AugP May 30, 2024
Collaborator

@Jayman2000
Comment options

Answer selected by Jayman2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants