commit | db29636ba2602be2899daa27876a06aecd2c3c0e | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Apr 30 14:44:22 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Apr 30 14:44:22 2018 -0700 |
tree | 790d3bb9ad2a533df2e9284351bdefa501dc11aa | |
parent | bb5811965523e440b0fe9aa5f6bcd190653e2eb7 [diff] |
Disable parallel compilation when using race detector These options aren't compatible with one another. Change-Id: I1ec52b8fa8465edd551bcd1c20a9a902a5669e52
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.