Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2015+2017 - heavily outdated vcpkg #96

Open
GitMensch opened this issue Nov 1, 2021 · 1 comment
Open

VS2015+2017 - heavily outdated vcpkg #96

GitMensch opened this issue Nov 1, 2021 · 1 comment

Comments

@GitMensch
Copy link

GitMensch commented Nov 1, 2021

While it is possible to run git pull && ./bootstrap-vcpkg && vcpkg update && vcpkg update XXXX --no-dry-run on each build it is obviously not a good idea.

Can you please update the two images (ideally the newer ones, too) to a reasonable set with the following commands?

pushd c:\tools\vcpkg
git pull
bootstrap-vcpkg
vcpkg update
vcpkg install vcpkg-cmake vcpkg-cmake-config
vcpkg update vcpkg-cmake vcpkg-cmake-config --no-dry-run

The 2015 worker image currently has a vcpkg older than 11/2019.

Seen when updating it manually:

A suitable version of git was not found (required v2.32.0). Downloading portable git v2.32.0...
Downloading git...
  https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/PortableGit-2.32.0.2-32-bit.7z.exe -> C:\Tools\vcpkg\downloads\PortableGit-2.32.0.2-32-bit.7z.exe
Extracting git...
A suitable version of powershell-core was not found (required v7.1.4). Downloading portable powershell-core v7.1.4...
Downloading powershell-core...
  https://github.com/PowerShell/PowerShell/releases/download/v7.1.4/PowerShell-7.1.4-win-x86.zip -> C:\Tools\vcpkg\downloads\PowerShell-7.1.4-win-x86.zip

So please try to update those, too.

@GitMensch
Copy link
Author

Also checked VS2019 build:

A suitable version of git was not found (required v2.32.0). Downloading portable git v2.32.0...
Downloading git...
  https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/PortableGit-2.32.0.2-32-bit.7z.exe -> C:\Tools\vcpkg\downloads\PortableGit-2.32.0.2-32-bit.7z.exe
Extracting git...
A suitable version of 7zip was not found (required v19.0.0). Downloading portable 7zip v19.0.0...
Downloading 7zip...
  https://www.7-zip.org/a/7z1900-x64.msi -> C:\Tools\vcpkg\downloads\7z1900-x64.msi
Extracting 7zip...

So it seems reasonable to update at least git + 7zip, likely also the vcpkg binary and index there, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant