Tag in vcpkgCommitId
See original GitHub issueIf I understand correctly, then vcpkgCommitId
cannot contain a tag. But if you specify it, then I will get silently non-working cache. Workflow output with tag in vcpkgCommitId
(the cache is unpacked but not used).
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
run-vcpkg - Bountysource
If I understand correctly, then vcpkgCommitId cannot contain a tag. ... Workflow output with tag in vcpkgCommitId (the cache is unpacked but not...
Read more >GitHub - lukka/run-vcpkg: GitHub Action to automatically cache and ...
vcpkgCommitId }}' # This is the glob expression used to locate the vcpkg.json and add its # hash to the cache key. Change...
Read more >lukka/cppbuildtasks repository - Issues Antenna
the $(vcpkgCommitId) identifies a specific version of vcpkg by means of a Git commit id or tag. It is suggested to use vcpkg...
Read more >使用vcpkg和CMake(使用CMakeLists.txt或CMakeSettings ...
$(vcpkgCommitId) 标识的特定版本的vcpkg通过GIT中的手段提交ID或标签。建议使用vcpkg作为存储库的子模块,例如在根目录下,在这种情况下,提交ID存储 ...
Read more >vcpkgとCMake(CMakeLists.txtまたはCMakeSettings.jsonを ...
$(vcpkgCommitId) Gitの手段によって識別vcpkgの特定のバージョンは、IDまたはタグをコミット。リポジトリのサブモジュールとして、たとえばルート ...
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
I guess you’ve never run into this issue before, but using vcpkg as a submodule is actually a terrible idea if you need to run vcpkg on windows images because of the MAX_PATH issue.
There are several packages in vcpkg whose build process runs right up to the limit and only work if you use C:\VCPKG. Any base path longer than that and you’ll get hard to diagnose failures and confusing error messages that take a long time to track back to their root cause.
Yes, I know, but I only need vcpkg on Windows, because on Linux I need to build a package with the versions of the libraries that are in the official repository. I would even okay with #35 or #44 to have latest possible versions of the libraries.