vcpkgGitURL seems to have no effect
See original GitHub issueHi,
I have a vcpkg/GitHub actions test repository where I tried using vcpkgGitURL together with run-vcpkg, but I think that vcpkgGitURL might currently not work as expected.
In the logs, I get the following output:
Run lukka/run-vcpkg@v10.1
with:
vcpkgGitURL: https://github.com/zmughal/vcpkg.git
vcpkgGitCommitId: af06f79f8d4e6dc5aca80c77565a729f54797f44
[...]
Running command '/usr/bin/git' with args 'clone,https://github.com/microsoft/vcpkg.git,-n,.' in current directory '/home/runner/work/ActionsTestRepo/ActionsTestRepo/vcpkg'.
It seems like run-vcpkg is able to pick up vcpkgGitURL, but still uses https://github.com/microsoft/vcpkg.git in the end. I would guess that this is probably a bug in run-vcpkg, right?
The action logs can be found here: https://github.com/chrismile/ActionsTestRepo/runs/5499515143?check_suite_focus=true
Thanks a lot for your support in advance!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
vcpkg_from_git does not work with SSH URL #6126 - GitHub
when running .\vcpkg build test I get this error message: $ ./vcpkg.exe build test -- Fetching ssh://git@cexample.org/repo/test.git.
Read more >Vcpkg has no effect on cloned project - Stack Overflow
When I create a new project in Visual Studio everything works fine and all the includes are working, but if I clone the...
Read more >AUR (en) - vcpkg-git - Arch Linux
There's a warning during installation (source): Warning: -useSystemBinaries no longer has any effect; ignored. Note that the VCPKG_USE_SYSTEM_BINARIES ...
Read more >Bootstrap your dev environment with vcpkg artifacts
We are happy to announce a new experience for acquiring artifacts using vcpkg. We define an artifact as a set of packages required...
Read more >Bootstrapping a vcpkg-based cmake project in Visual Studio
If you prefer to clone/browse a github project. ... The following command has no effect if the vcpkg repository is in a detached...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in https://github.com/lukka/run-vcpkg/releases/tag/v10.2
Sure, no worries, now that it is merged I can switch back to the upstream repo.