Tweak option descriptions

This commit is contained in:
Eelco Dolstra 2022-12-06 10:30:36 +01:00 committed by GitHub
parent 0ea62670ed
commit 484578d3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.