-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
"A suitable version of git was not found..." (after merge of: [vcpkg] add env var VCPKG_OVERLAY_TRIPLETS) #13790
Comments
Seems like removing this line: https://github.com/microsoft/vcpkg/pull/12790/files#diff-6881438d3612c1d09d825d25d2d08f33L1181 changed |
Can confirm:
|
I confirm this problem when trying to install any package on Ubuntu 20.04
|
Thx for finding the oversight. Somehow nobody saw it before although it was so trivial. |
Closed this issue via #13790 merged. |
I still have this problem, even after using
|
you need to rebootstrap vcpkg after git pull. |
Oh indeed, it worked! Thank you, I didn't know about that :) |
* [vcpkg] fix ci microsoft#13790 * add extra space * needs ""
Originally posted by @JackBoosY in #12790 (comment)
This is happening in my CI/CD pipeline now (which was brave enough to track vcpkg/master) and vanishes if i go one commit back towards 8776756 (before the mentioned merge).
(Somehow i wasn't even able to circumvent this by using
RUN export VCPKG_FORCE_SYSTEM_BINARIES=1
)For me, this is triggered by a Dockerfile looking like:
The text was updated successfully, but these errors were encountered: