logoalt Hacker News

nsoonhuitoday at 7:09 AM2 repliesview on HN

This is a shocking news to me. Can you elaborate with sources?


Replies

miffy900today at 12:02 PM

Windows is built using BuildXL, a very different build system from MSbuild used in Visual Studio: https://github.com/microsoft/BuildXL/blob/main/Documentation...

> BuildXL has also been proven to scale to large codebases (e.g., Windows/Office repositories) where builds can consist of millions of processes with terabytes of outputs

BuildXL is also NOT compatible with VS and they have no plans to make it so. from the readme in the repo: https://github.com/microsoft/BuildXL

> There are currently no plans to integrate it into Visual Studio.

bztzttoday at 8:02 AM

in Windows, some teams/people use it others don't. Historically it hasn't worked well with some of the internal build/test/etc stuff, that's mostly changed in recent years.