-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use vcpkg in manifest mode with cpp image #1133
Comments
Hi 👋 Thanks for opening the issue. To keep the cpp image size minimal, we are intentionally using Doing a full git clone would significantly increase the size of the cpp image. @NoMore201, do you think cloning up to the last N commits would be useful to you? |
Hello! To be fair I'm not a vcpkg expert to tell if this is the right way to do things, since no one else complained so far. Anyway it is rather easy to modify the dev container to clone the entire history. I would say to keep it like it is, unless someone else with more experience has something to add. |
@samruddhikhandale I recommend you get in touch with the vcpkg team at Microsoft if you have further questions. |
When using vcpkg in manifest mode, it is possible to specify a commit of the vcpkg repository to track via the
builtin-baseline
option, such as:Devcontainer cpp image clones vcpkg repository using the
--depth=1
option (link to the code) preventing usage of vcpkg in manifest mode, unless manually modifying the container image to fetch all git history.The text was updated successfully, but these errors were encountered: