Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/BuildXL
Microsoft Build Accelerator
https://github.com/Microsoft/BuildXL
cli coreclr filesystem kernel macos netstandard orchestration sandbox unix xcode xplat
Last synced: 3 months ago
JSON representation
Microsoft Build Accelerator
- Host: GitHub
- URL: https://github.com/Microsoft/BuildXL
- Owner: microsoft
- License: mit
- Created: 2018-10-12T22:16:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T23:39:02.000Z (3 months ago)
- Last Synced: 2024-11-14T00:26:48.006Z (3 months ago)
- Topics: cli, coreclr, filesystem, kernel, macos, netstandard, orchestration, sandbox, unix, xcode, xplat
- Language: C#
- Homepage:
- Size: 92.8 MB
- Stars: 921
- Watchers: 50
- Forks: 145
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# BuildXL (Microsoft Build Accelerator)
## Introduction
BuildXL (Microsoft Build Accelerator) is a build engine originally developed for large internal teams at Microsoft. Internally at Microsoft, BuildXL runs 150,000+ builds per day on [monorepo](https://en.wikipedia.org/wiki/Monorepo) codebases up to a half-terabyte in size with a half-million process executions per build. It leverages distribution to thousands of data center machines and petabytes of source code, package, and build output caching. Thousands of developers use BuildXL on their desktops for faster builds.
BuildXL accelerates multiple build languages, including:
* [JavaScript](Documentation/Wiki/Frontends/js-onboarding.md)
* [MSBuild](Documentation/Wiki/Frontends/MSBuild/Main.md)
* [Ninja (CMake)](Documentation/Wiki/Frontends/Ninja.md)
* Its own internal scripting language, DScript, an experimental TypeScript based format used as an intermediate language by a small number of teams inside MicrosoftBuildXL has a command-line interface. There are currently no plans to integrate it into Visual Studio. The project is open source in the spirit of transparency of our engineering system. You may find our technology useful if you face similar issues of scale. Note that BuildXL is not intended as a replacement for MSBuild or to indicate any future direction of build languages from Microsoft.
OS compatibility:
* Windows 10+
* Ubuntu 20.04## Examples
See the `Examples/` folder for basic project examples.## Documentation
The BuildXL documentation landing page is [here](Documentation/INDEX.md) and look at [the developer guide](Documentation/Wiki/DeveloperGuide.md) in order to understand how to build and use BuildXL.## Build Status - Azure DevOps Pipelines
[![Build status](https://dev.azure.com/mseng/Domino/_apis/build/status/15756?branchName=main)](https://dev.azure.com/mseng/Domino/_build/latest?definitionId=15756)