From adb8205158d036a47ed364ba4ce9deff82e7d3b6 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 13 Oct 2022 11:05:55 +0200 Subject: 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. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL.md') 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`. -- cgit v1.2.3