Replies: 1 comment
-
Maybe you need https://github.com/microsoft/vcpkg-tool#vcpkg-ce-configure-environment--artifacts ? |
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
-
Is your feature request related to a problem? Please describe.
The vcpkg bootstrap process of our build pipeline takes a majority of the total time and is also the most likely to fail. We've encountered a blocking issue where PowerShell Core often failed to install, blocking our builds.
Proposed solution
We'd like a Windows container with all of vcpkg's dependencies (e.g., PowerShell Core, Cygwin, etc.) already installed.
Describe alternatives you've considered
Today, we're explicitly downloading and installing PowerShell Core before bootstrapping vcpkg. We've also considered maintaining our own container with the dependencies preinstalled. Both of these options will require continued maintenance on our part to ensure the dependencies are kept up to date.
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions