Replies: 1 comment
-
This should work. Although setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am trying to set up a test coverage pipeline in our CI but I'm having some problems with how vcpkg integrates into this. We want to use BullseyeCoverage to determine our test coverage and we have been using vcpkg in our VS project in manifest mode for a while now. Bullseye intercepts the call to the MSBuild which makes vcpkg detect a different compiler.
This would be fine if all the dependencies built out of the box with this setup. We would just store the additional binaries in the binary cache in the cloud and there would be no problem. One of our dependencies in vcpkg depends on Python and fails to build it only when Bullseye is active.
I'm looking for advice on how to proceed now since I'm stuck on this. I have already tried the following things:
Does anyone have any ideas or experience with this kind of issue?
Beta Was this translation helpful? Give feedback.
All reactions