Shouldn’t I git-switch
to a stable release before running bootstrap-vcpkg.bat
?
#38964
-
I’m currently working on contributing to Descent 3. The build instructions for Descent 3 say:
I noticed that the instructions in the vcpkg repo say something similar:
Won’t that cause you to use the latest unstable release of vcpkg? 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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
latest vcpkg binary should always be stable. If you use manifest mode + baseline you get what you ask for. |
Beta Was this translation helpful? Give feedback.
-
No. The git tags aren't more stable than the
No. There is no benefit in terms of quality with regard to the |
Beta Was this translation helpful? Give feedback.
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.No. There is no benefit in terms of quality with regard to the
HEAD
of master.