Skip to content

Conversation

florelis
Copy link
Member

@florelis florelis commented Jul 4, 2025

This is a cherry-pick of #5570, #5568 and #5567 to the v1.11 branch.

Microsoft Reviewers: Open in CodeFlow

florelis added 3 commits July 4, 2025 00:46
The last couple of builds have failed due to a missing SDK version
10.0.22621.0, presumably due to the agent images being updated to remove
this. The only project where we use this version is CommonCore,
everywhere else we use 26100 already. This PR updates CommonCore to use
the same SDK version as all the other projects.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5570)
`Repair-WinGetPackageManager` is failing to install winget in some Win10
systems. The issue seems come from microsoft#5517 and be caused because in some
cases we fail to mark any one architecture as the right one to use for
dependencies. This PR is a partial revert of microsoft#5517 to add the previous
logic as a fallback.

May fix microsoft#5559 (but I haven't set up an environment to test it...)
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5568)
We are seeing a crash coming from cpprestsdk, which happened after
moving to use vcpkg dependencies and updating to v2.10.19. This reverts
to the version we knew to be good, but it may be that the actual issue
is not from cpprestsdk but from one of the patches from vcpkg.

We consume cpprestsdk from a local port overlay that we use to be able
to patch it with support for certificate pinning, so the main change is
to the script that creates the port overlay. The script makes a copy of
the port from the official registry; and this PR updates it so that it
can fetch a version from an older commit and not just the latest.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5567)
@yao-msft
Copy link
Contributor

yao-msft commented Jul 5, 2025

The target branch should be release 1.11 branch

@florelis florelis changed the base branch from master to release-v1.11 July 7, 2025 17:11
@florelis florelis merged commit 99eb50f into microsoft:release-v1.11 Jul 7, 2025
9 checks passed
@florelis florelis deleted the cp-1.11 branch July 7, 2025 19:00
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

Successfully merging this pull request may close these issues.

2 participants