Tweak option descriptions
This commit is contained in:
parent
0ea62670ed
commit
484578d3f9
1 changed files with 6 additions and 4 deletions
|
@ -285,9 +285,10 @@ public:
|
||||||
|
|
||||||
Setting<bool> autoAllocateUids{this, false, "auto-allocate-uids",
|
Setting<bool> autoAllocateUids{this, false, "auto-allocate-uids",
|
||||||
R"(
|
R"(
|
||||||
Whether to allocate UIDs for builders automatically.
|
Whether to select UIDs for builds automatically, instead of using the
|
||||||
|
users in `build-users-group`.
|
||||||
|
|
||||||
These UIDs are allocated starting at 872415232 (0x34000000) on Linux and 56930 on macOS.
|
UIDs are allocated starting at 872415232 (0x34000000) on Linux and 56930 on macOS.
|
||||||
|
|
||||||
> **Warning**
|
> **Warning**
|
||||||
> This is an experimental feature.
|
> This is an experimental feature.
|
||||||
|
@ -323,9 +324,10 @@ public:
|
||||||
this, false, "use-cgroups",
|
this, false, "use-cgroups",
|
||||||
R"(
|
R"(
|
||||||
Whether to execute builds inside cgroups.
|
Whether to execute builds inside cgroups.
|
||||||
Only on Linux with systemd.
|
This is only supported on Linux.
|
||||||
|
|
||||||
cgroups are required and enabled automatically for derivations that require the `uid-range` system feature.
|
Cgroups are required and enabled automatically for derivations
|
||||||
|
that require the `uid-range` system feature.
|
||||||
|
|
||||||
> **Warning**
|
> **Warning**
|
||||||
> This is an experimental feature.
|
> This is an experimental feature.
|
||||||
|
|
Loading…
Reference in a new issue