Microsoft Build Accelerator
Перейти к файлу
Nora Huang 5e50a739af Merged PR 543019: Fix RuntimeCacheMissAnalyzer NagleQueue process hang problem
Fix RuntimeCacheMissAnalyzer NagleQueue process hang problem.

Also change emitting the oversize result to truncating it.

Related work items: #1699228
2020-03-27 21:41:28 +00:00
.config Flaky Test Management Service: Updating flaky tests 2020-03-25 17:53:05 +00:00
.vscode Recommend the BuildXL extension when people look for extensions (#782) 2019-08-21 14:41:03 -07:00
Documentation Merged PR 541903: Update relese notes 2020-03-18 22:15:50 +00:00
Examples Merged PR 529793: Revamp the build-with-casaas.sh script for building the Example build CASaaS on 2020-01-18 05:07:56 +00:00
Private Merged PR 543058: Setup infrastructure to run CloudTests tests that run during our CI as well as can run in our PR validation. 2020-03-27 03:21:00 +00:00
Public Merged PR 543019: Fix RuntimeCacheMissAnalyzer NagleQueue process hang problem 2020-03-27 21:41:28 +00:00
Shared New LKG 0.1.0-20200326.1 2020-03-26 20:36:41 +00:00
cg Merged PR 542833: Remove in-memory cache for location database 2020-03-26 01:56:54 +00:00
third_party Merged PR 529759: Update XNU security headers 2020-01-20 14:24:46 +00:00
.editorconfig Merged PR 533490: Minor tracing improvements + some code cleanup 2020-02-10 21:25:49 +00:00
.gitattributes Initial commit for the sandbox client and server 2018-11-06 15:01:51 -08:00
.gitignore VS solution generator: support for multiple target frameworks (#853) 2019-09-10 13:10:51 -07:00
BuildCache.cmd Initial sync 2019-03-28 15:35:49 -07:00
BuildCacheDefault.json Initial sync 2019-03-28 15:35:49 -07:00
BuildCacheDefaultNetCore.json Initial sync 2019-03-28 15:35:49 -07:00
BuildCacheOverride.json Initial sync 2019-03-28 15:35:49 -07:00
CODEOWNERS Adding Code owners (#133) 2019-04-11 19:23:06 -07:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md document (#765) 2019-08-19 16:56:06 -07:00
CONTRIBUTING.md Documentation updates (#1071) 2019-10-22 16:49:55 -07:00
CreatePr.cmd Merged PR 521990: Update CreatePr Script to work with Azure DevOps again 2019-12-02 20:02:16 +00:00
LICENSE Restoring licence file 2019-04-09 16:12:01 -07:00
README.md Fix a typo in README.md 2019-11-27 22:10:53 +00:00
RunCheckInTests-Test.cmd Initial sync 2019-03-28 15:35:49 -07:00
RunCheckInTests.cmd Merged PR 527770: Enable shared compilation by default for bxl self-host 2020-01-09 15:01:32 +00:00
RunCheckInTestsWithPAT.ps1 Nuget Credential Provider Auth Fix (#1087) 2019-10-30 11:34:42 -07:00
SECURITY.md Add Security.md document (#763) 2019-08-19 15:47:52 -07:00
SlimBuildForMacTests.cmd Initial sync 2019-03-28 15:35:49 -07:00
buddy.cmd Merged PR 538749: Add a preliminary Rush frontend to BuildXL 2020-03-12 06:24:11 +00:00
bxl.cmd Initial sync 2019-03-28 15:35:49 -07:00
bxl.sh Merged PR 529582: Don't hardcode /sandboxKind:macOsKext for internal builds 2020-01-17 15:45:05 +00:00
bxlanalyzer.cmd Merged PR 534479: Add helper to run analyzers quickly 2020-02-11 18:21:50 +00:00
clean.bat Initial sync 2019-03-28 15:35:49 -07:00
config.dsc Merged PR 542833: Remove in-memory cache for location database 2020-03-26 01:56:54 +00:00
config.microsoftInternal.dsc Merged PR 542081: QTest: Update vstest version 2020-03-19 22:19:12 +00:00
config.nuget.aspNetCore.dsc Merged PR 532175: Re-upgrade GRPC and add fix to DNS resolution delay 2020-01-30 16:18:57 +00:00
config.nuget.dotnetcore.dsc Merged PR 539513: Add qualifiers for Linux; add linux-x64.nupkg to deployment 2020-03-06 20:04:14 +00:00
config.nuget.grpc.dsc Merged PR 534403: Bump grpc version to 2.26 to eliminate native crashes. 2020-02-11 00:04:03 +00:00
config.nuget.vssdk.dsc Merged PR 524279: Remove all nuget workarounds that are no longer needed 2019-12-13 01:03:27 +00:00
domino.cmd Initial sync 2019-03-28 15:35:49 -07:00
drop.cmd Optimizations for office mularchy builds: (#957) 2019-10-01 07:29:08 -07:00
dropout.cmd Merged PR 540939: Fix fingerprint store opening problem 2020-03-23 18:03:47 +00:00
macos.mounts.dsc Initial sync 2019-03-28 15:35:49 -07:00

README.md

Microsoft Build Accelerator

BuildXL Icon

Introduction

Build Accelerator, BuildXL for short, is a build engine originally developed for large internal teams at Microsoft, and owned by the Tools for Software Engineers team, part of the Microsoft One Engineering System internal engineering group. Internally at Microsoft, BuildXL runs 30,000+ builds per day on monorepo codebases up to a half-terabyte in size with a half-million process executions per build, using 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 even on mega-sized codebases.

BuildXL accelerates multiple build languages, including:

  • MSBuild (using new features under development in MSBuild 16 which will ship in future versions of Visual Studio 2019 and the .NET Core SDK)
  • CMake (under development)
  • 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.

Documentation

The BuildXL documentation main page is here.

Examples and Demos

See the Examples/ folder for basic project examples. See the Demos page for information about various technical demos like using the process sandboxing code.

Building the Code

Build Status - Azure DevOps Pipelines

Build status

Command Line Build and Test

See the Developer Guide for instructions on compiling BuildXL.

Contributing

See CONTRIBUTING.