[PR #19810] build: make the PGO build work again; upgrade nuget #31962

Open
opened 2026-01-31 09:50:38 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19810

State: closed
Merged: Yes


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!

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19810 **State:** closed **Merged:** Yes --- 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!
claunia added the pull-request label 2026-01-31 09:50:38 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31962