[PR #2945] Attempt to make the build work again #25164

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

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

State: closed
Merged: Yes


  • Remove sourcelink because it's not compatible with 16.3 and causes multiwrite on the PDB issues
    (this can be alleviated slightly by calling /FS despite the fact that we were already calling /MP which was supposed to imply /FS)
  • Stop parallel builds because apparently they're toast now
  • Halt the new warning C26814 because we haven't solved it yet and it's brand new
  • Add references and dependencies to projects that are missing them that were apparently fine with 16.2 but not 16.3
**Original Pull Request:** https://github.com/microsoft/terminal/pull/2945 **State:** closed **Merged:** Yes --- - Remove sourcelink because it's not compatible with 16.3 and causes multiwrite on the PDB issues (this can be alleviated slightly by calling /FS despite the fact that we were already calling /MP which was supposed to imply /FS) - Stop parallel builds because apparently they're toast now - Halt the new warning C26814 because we haven't solved it yet and it's brand new - Add references and dependencies to projects that are missing them that were apparently fine with 16.2 but not 16.3
claunia added the pull-request label 2026-01-31 09:07:42 +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#25164