about summary refs log tree commit diff
path: root/src/bootstrap/run.rs
AgeCommit message (Collapse)AuthorLines
2020-10-12build-manifest: bundle the rustc version in the binaryPietro Albini-1/+0
2020-10-12build-manifest: accept the Rust version instead of the monorepo pathPietro Albini-1/+1
This commit changes the way build-manifest is invoked, to let it accept the Rust version directly instead of requiring the path of the Rust monorepo and letting build-manifest figure out the path on its own. This allows to run build-manifest without a clone of the monorepo.
2020-09-30bootstrap: add ./x.py run src/tools/build-manifestPietro Albini-0/+42
2020-09-24Add `x.py setup`Joshua Nelson-1/+1
- Suggest `x.py setup` if config.toml doesn't exist yet (twice, once before and once after the build) - Prompt for a profile if not given on the command line - Print the configuration file that will be used - Print helpful starting commands after setup - Link to the dev-guide after finishing - Note that distro maintainers will see the changelog warning
2020-03-24bootstrap: remove default and only_host from expand-yaml-anchorsPietro Albini-2/+0
2020-03-24ci: add github actions configurationPietro Albini-0/+45