Use vcpkg version 2021.05.12 for CI #6157
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The LV2 port is broken in the latest
master
version of vcpkg. I have submitted a pull request to fix this (microsoft/vcpkg#20102), but until that is merged, this PR should fix our MSVC builds by using an older version of vcpkg. I have chosen the most recently tagged version.Changes:
2021.05.12
tag instead ofmaster
branch for vcpkg on AppVeyor.--quiet
flag togit pull
- currently it generates over 16000 lines of useless noise in our build logs..appveyor.yml
as a dependency for the vcpkg port cache. This is primarily to force a rebuild of the LV2 port with this PR, but may be useful for modifying ports in the future.In the future, we may want to consider using a manifest file for vcpkg, which would allow ports and their versions to be specified outside of the CI config script, and provide a consistent set of ports for both CI and local builds. Currently, however, manifest files are in beta and port versioning is still experimental and hidden behind a flag, so I am avoiding that for now.