We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug vcpkg crashes with an internal error when running upgrade
Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior Executes the upgrade command as designed.
Actual behavior internal error: D:\a_work\1\s\src\vcpkg\commands.upgrade.cpp(191): vcpkg has crashed; no additional details are available.
Test Script
# Add a path to git.exe > version 2.21 $env:PATH = "${env:ProgramFiles}\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\cmd;${env:PATH}" git config --global init.defaultBranch master git init git pull https://github.com/Microsoft/vcpkg New-Item -ItemType File '.vcpkg-root' -ErrorAction SilentlyContinue scripts\bootstrap.ps1 -disableMetrics $packages = Write-Output assimp boost directxtk12 cgal eigen3 libarchive libjpeg-turbo ms-gsl opencv4 wtl wt xmlsec qt5 $triplets = Write-Output x64-windows-static x86-windows-static x64-windows-static-md x86-windows-static-md .\vcpkg update $installations = foreach ($package in $packages) { foreach ($triplet in $triplets) { "${package}:$triplet" }} .\vcpkg upgrade --no-dry-run --keep-going $installations
The text was updated successfully, but these errors were encountered:
Duplicated of #21117.
Sorry, something went wrong.
JackBoosY
No branches or pull requests
Describe the bug
vcpkg crashes with an internal error when running upgrade
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Executes the upgrade command as designed.
Actual behavior
internal error: D:\a_work\1\s\src\vcpkg\commands.upgrade.cpp(191): vcpkg has crashed; no additional details are available.
Test Script
The text was updated successfully, but these errors were encountered: