question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vcpkgGitURL seems to have no effect

See original GitHub issue

Hi,

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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
lukkacommented, Mar 11, 2022
0reactions
chrismilecommented, Mar 16, 2022

@chrismile, just a heads up, microsoft/vcpkg#23435 has been merged. I will delete the branch by tomorrow.

Sure, no worries, now that it is merged I can switch back to the upstream repo.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found