diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-28 17:55:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-29 12:43:00 +0300 |
commit | ef12ccd4a1ad02e9078f6ecd96a37706b85e5cc2 (patch) | |
tree | 8bf5412c01a3ce0d8be892b8ff068cb215c594c5 /doc/manual.cli | |
parent | 6f020aaefacd43706f80829ee77ba2ee26dcbf4b (diff) |
Add config.<pkg>.develop=false variable to configuration of main and external test packages in worker
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 86b90ba..52cfc83 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -945,6 +945,13 @@ by always using the \c{bpkg.global.configure.build} prefix step id for global (as opposed to package-specific) \l{bpkg-pkg-build(1)} options. The \c{bpkg.global.configure.build} prefix id has no fallback ids. +Note finally that the worker adds the \c{config.<name>.develop=false} +configuration variables for the main and external test packages at the +\c{bpkg.configure.build} step to trigger their package skeleton creation and +loading. This makes sure that these packages can be used as dependencies of +dependents with configuration clauses. To keep the below listings concise, +these variables are not shown. + Worker script for \c{target} packages: \ |