build: make the PGO build work again; upgrade nuget#19810
Merged
Conversation
a4dee3e to
840a6d6
Compare
DHowett
added a commit
that referenced
this pull request
Jan 29, 2026
DHowett
added a commit
that referenced
this pull request
Feb 27, 2026
Two main changes: - the build was failing for ARM64 because the build agents run out of memory downloading artifacts; this is a known issue that nobody cares to fix (and it pertains to using the x64 emulated agent host on native arm64 machines) - deleting the PDBs shrinks the build output by 2500MB :P - we had to switch to a new type of identity for publishing nuget packages to our cross-org feed I've verified that we get counts _and_ can even produce final PGO count packages for both architectures! (cherry picked from commit 8f3d1d8) Service-Card-Id: PVTI_lADOAF3p4s4BBcTlzgmV1Qg Service-Version: 1.24
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.
Two main changes:
I've verified that we get counts and can even produce final PGO count packages for both architectures!