Merged
Conversation
Changes: microsoft/vcpkg@94ce0da...c869686 A recent build attempt failed downloading various mingw dependencies: Error: Failed to download from mirror set: https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404 Bumping to the latest vcpkg release tag appears to fix this.
Member
Author
|
@grendello @dellis1972 I'm not sure if this is the best way to fix the issue I hit trying to build recently, and am not entirely sure how many vcpkg dependency versions may be changing as a result of this change. Do either of you have any thoughts on how best to resolve the recent build break? |
Contributor
|
In the long run, it might make sense to switch away from |
grendello
approved these changes
Jan 11, 2024
jonpryor
pushed a commit
to dotnet/android
that referenced
this pull request
Feb 15, 2024
Changes: dotnet/android-libzipsharp@3.0.0...3.1.1 * dotnet/android-libzipsharp@7abbbf4: Bump Version to 3.1.1 (dotnet/android-libzipsharp#136) * dotnet/android-libzipsharp@ca8a64a: [CMake] Add /PROFILE to MSVC link flags (dotnet/android-libzipsharp#134) * dotnet/android-libzipsharp@22957e4: Bump to microsoft/vcpkg@c8696863d3 (dotnet/android-libzipsharp#133) * dotnet/android-libzipsharp@ed2ccd5: A round of library version updates (dotnet/android-libzipsharp#131) Various compiler and linker flag changes to assist APIScan.
jonathanpeppers
pushed a commit
to dotnet/android
that referenced
this pull request
Feb 15, 2024
Changes: dotnet/android-libzipsharp@3.0.0...3.1.1 * dotnet/android-libzipsharp@7abbbf4: Bump Version to 3.1.1 (dotnet/android-libzipsharp#136) * dotnet/android-libzipsharp@ca8a64a: [CMake] Add /PROFILE to MSVC link flags (dotnet/android-libzipsharp#134) * dotnet/android-libzipsharp@22957e4: Bump to microsoft/vcpkg@c8696863d3 (dotnet/android-libzipsharp#133) * dotnet/android-libzipsharp@ed2ccd5: A round of library version updates (dotnet/android-libzipsharp#131) Various compiler and linker flag changes to assist APIScan.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes: microsoft/vcpkg@94ce0da...c869686
A recent build attempt failed downloading various mingw dependencies:
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=8898600&view=logs&j=dcf9cb13-bc72-55bf-54b2-a34a02160417&t=c05507e5-95d2-500e-0fcb-12f725f05b68
Bumping to the latest vcpkg release tag appears to fix this.