Microsoft Build Accelerator
Перейти к файлу
BuildXL-Pipelines fb13bc1604 Merged PR 803301: Update BuildXL LKG Version to 0.1.0-20240830.2
[skip ci]
2024-09-03 23:48:20 +00:00
.azdo Merged PR 803221: Add enable cherry picking parameter to YAML release pipeline 2024-09-03 20:25:18 +00:00
.config Merged PR 780198: Add new baseline file for Binskim violation 2024-04-17 23:32:31 +00:00
.gdn Merged PR 671684: Add roslynanalyzers recommend and required ruleset 2022-08-04 22:40:45 +00:00
.vscode Merged PR 772872: Update FileAccessManifest parsing for Linux and implement missing functionality 2024-03-21 22:44:29 +00:00
Documentation Merged PR 802558: Updated Release-Notes.md 2024-08-29 20:23:24 +00:00
Examples Merged PR 799153: Remove net7 qualifier 2024-08-09 00:15:26 +00:00
Private Merged PR 802091: Remove extraneous error & warnings from rolling build 2024-08-27 23:28:46 +00:00
Public Merged PR 803195: Skip passing of cancellation token to GC to avoid null ref in unit test 2024-09-03 18:39:00 +00:00
Shared Merged PR 803301: Update BuildXL LKG Version to 0.1.0-20240830.2 2024-09-03 23:48:20 +00:00
cg Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +00:00
secrets/CodeSign Merged PR 667573: Sign assemblies and .exe files 2022-06-30 23:03:58 +00:00
third_party
.ci-npmrc Merged PR 749450: Switch to internal NPM feed 2023-11-07 21:16:34 +00:00
.editorconfig Merged PR 710931: Remove suggestions to `var`-ify types when specified 2023-04-14 16:49:02 +00:00
.gitattributes
.gitignore Merged PR 781483: Add support for clone3 to PTraceSandbox 2024-04-25 22:12:19 +00:00
.npmrc Merged PR 749450: Switch to internal NPM feed 2023-11-07 21:16:34 +00:00
.sscignore Merged PR 672428: Add CFS exemptions for nuget.config issues 2022-07-29 17:54:26 +00:00
AnyBuild.json Merged PR 657239: [BuildXL-Remoting][AnyBuild] Sideband data for process remoting 2022-04-23 03:57:47 +00:00
AnyBuildTest.json Merged PR 661153: [AnyBuild][Bxl-Remoting] Move AnyBuild test cluster to WestUS3 2022-05-09 21:16:17 +00:00
BuildCache.cmd
BuildCacheDefault.json
BuildCacheDefaultNetCore.json
BuildCacheOverride.json
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md Merged PR 771833: Update project documentation 2024-03-08 22:14:38 +00:00
CreatePr.cmd Merged PR 684623: Update references to BuildXL master branch to use main 2022-10-20 17:30:20 +00:00
LICENSE
NOTICE.txt Merged PR 801964: Update NOTICE.txt 2024-08-26 20:48:15 +00:00
README.md Merged PR 771833: Update project documentation 2024-03-08 22:14:38 +00:00
RunBxlWithPAT.ps1 Merged PR 777594: Replace RunBxlWithPAT for reusable script in .azdo that uses task.setvariable instead of modifying the environment 2024-04-04 19:57:46 +00:00
RunCheckInTests-Test.cmd
RunCheckInTests.cmd Merged PR 763373: Make codex analysis run again by tracking user build in RunCheckinTest 2024-01-25 03:13:15 +00:00
RunCheckInTestsWithPAT.ps1 Merged PR 771508: Fix wrong quotes in JSON that tripped CredentialProvider and unpin it 2024-03-07 00:45:20 +00:00
SECURITY.md
SlimBuildForMacTests.cmd
buddy.cmd
bxl.cmd
bxl.sh Merged PR 799153: Remove net7 qualifier 2024-08-09 00:15:26 +00:00
bxlanalyzer.cmd
clean.bat
config.dsc Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +00:00
config.microsoftInternal.dsc Merged PR 801965: Update Packages 2024-08-26 20:26:48 +00:00
config.nuget.aspNetCore.dsc Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +00:00
config.nuget.dotnetcore.dsc Merged PR 800074: Update .net packages 2024-08-27 20:23:30 +00:00
config.nuget.grpc.dsc Merged PR 765884: DScript spec cleanup 2024-02-07 22:11:01 +00:00
config.nuget.vssdk.dsc Merged PR 795055: Bump package versions for Component Governance 2024-07-16 00:20:23 +00:00
domino.cmd
drop.cmd
dropout.cmd Merged PR 643790: Send ThreadCount to mdm 2022-01-07 21:59:31 +00:00
dropout.ps1 Merged PR 799491: Allow deduplicating content from ephemeral local CAS with CASaaS 2024-08-16 22:12:20 +00:00
killbxl.cmd
unix.mounts.dsc Merged PR 685368: Remove libc functions obsolete after glibc 2.33 2022-10-27 17:56:34 +00:00
yarn.lock

README.md

BuildXL (Microsoft Build Accelerator)

BuildXL Icon

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 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
  • MSBuild
  • Ninja (CMake)
  • Its own internal scripting language, DScript, an experimental TypeScript based format used as an intermediate language by a small number of teams inside Microsoft

BuildXL 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 and look at the developer guide in order to understand how to build and use BuildXL.

Build Status - Azure DevOps Pipelines

Build status