aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-06 18:58:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-17 14:35:03 +0300
commit1d561cd932e95412877f220fec14f1cd067c53b1 (patch)
treeb27ce615e3bba4eb14ef729bcff7e383cef8549e /doc
parentf175735e5c11f056e8f0ac36746f6dbc1eba6539 (diff)
Document 'require: {bootstrap,host}' package manifest values
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index a786f98..6a7e6b4 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -1232,6 +1232,19 @@ clang[_X.Y] ; For example: clang_6, clang_3.4, clang_3.4.1
msvc[_NU] ; For example: msvc_14, msvc_15u3
\
+The following pre-defined ids are recognized by automated build bots:
+
+\
+bootstrap
+host
+\
+
+The \c{bootstrap} value should be used to mark build system modules that
+require bootstrapping. The \c{host} value should be used to mark packages,
+such source code generators, that are normally specified as build-time
+dependencies by other packages and therefore should be built in a host
+configuration. See the \c{bbot} documentation for details.
+
\h2#manifest-package-tests-examples-benchmarks|\c{tests, examples, benchmarks}|