commit | 16754d14e28ca0609a36f989f58ab3ad56ce8d21 | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Mon Nov 23 16:52:58 2020 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 23 16:52:58 2020 -0800 |
tree | 86f92fb5eec7e3871b324507c379e86f603d944c | |
parent | 0f1637b19bcb46537840fa8446202c50f8f6ac2b [diff] |
Fix github builds for deprecated set-env and add-path commands (#333) actions/setup-go@v2.0.3 seems to cause issues with https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ Change the precise versions to major versions to get updates. Also fix the "Install ninja" action to use $GITHUB_PATH. Change-Id: Ia3ec693e405a2530350736e7856ad758af3fb027
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.