diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-10-13 11:05:55 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-10-13 12:17:46 +0200 |
commit | adb8205158d036a47ed364ba4ce9deff82e7d3b6 (patch) | |
tree | 9f4b7f2bc64c5805a133fb7622861a3a5c9a5f6a /INSTALL.md | |
parent | 370190489ade1539c2d8e8b8b7da0411776e2720 (diff) | |
download | justbuild-adb8205158d036a47ed364ba4ce9deff82e7d3b6.tar.gz |
bootstrap: by default, bootstrap in parallel
Only if the environment variable DEBUG is set, fall back to sequentially
executing the graph generated by the bootstrap version of just.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ before to be present as well). this directory and has the expected blob id (computed the same way as `git` does). Only if this is not the case, fetching from the network is attempted. +Additionally, if the environment variable `DEBUG` is set, the second +bootstrap phase is carried out sequentially rather than in parallel. In any case, the resulting binary is selfcontained and can be moved to an appropriate location in `PATH`. |