summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-10-13 11:05:55 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-10-13 12:17:46 +0200
commitadb8205158d036a47ed364ba4ce9deff82e7d3b6 (patch)
tree9f4b7f2bc64c5805a133fb7622861a3a5c9a5f6a /INSTALL.md
parent370190489ade1539c2d8e8b8b7da0411776e2720 (diff)
downloadjustbuild-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cbf65b46..53b2e99c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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`.