Update vcpkg-snapshot to 2022.02.23 #662
Merged
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.
Follow up and superseed #657. Originally coming from gazebosim/gz-common#292 (comment) , problems with gdal in some of the Windows nodes.
We can not install gdal again from previous versions of vcpkg because some of the files have been removed from the mirrors since new versions are out. This PR updates vcpkg to the latest snapshot available. This is going to bump many versions at once, including ogre to 1.12.9, ffmpeg to 4.4.1, etc.
The testing job for compiling all ignition family up to main on ign-gazebo seems fine. Probably all the update work done in Brew and all the patched for Windows sent by conda-forge contributors make it to work out-of-box.
There is a problem with a hash in zeromq that I patched in e050532.
I also needed to update our check on the vcpkg tag being used since it failed when multiple tags were in the same commit sha. 48084de.
//cc @Blast545