Import Export vcpkg #39947
Closed
jean-christophe81
started this conversation in
General
Import Export vcpkg
#39947
Replies: 1 comment
-
If compilation time of your dependencies is the core issue, have you taken a look at binary caching? https://learn.microsoft.com/vcpkg/consume/binary-caching-overview |
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.
-
Libraries compilations of my project take a long time (about one hour) on windows runner. So I run vcpkg install on a workflow and I want to use this compilation result on my project compilation workflow.
I have started to use vcpkg export --7zip, and I follow instructions to reuse it in my second workflow, but I didn't manage to use it, vcpkg always complained about missing things.
So I have decided to zip entire vcpkg directory and dezip it in my second workflow.
Have you a better solution?
Regards
Jean Christophe
Beta Was this translation helpful? Give feedback.
All reactions