mirror of
https://github.com/NixOS/nix
synced 2025-07-06 00:51:47 +02:00
nix-store --serve: Suppress log output on stderr when repeating a build
This commit is contained in:
parent
6069b946ad
commit
7a3e7d0e61
3 changed files with 8 additions and 1 deletions
|
@ -842,6 +842,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
|||
settings.maxLogSize = readInt(in);
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 3)
|
||||
settings.set("build-repeat", std::to_string(readInt(in)));
|
||||
settings.printRepeatedBuilds = false;
|
||||
};
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue