mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Remove --print-build-trace
This was added to support Hydra, but Hydra no longer uses it.
This commit is contained in:
parent
9eba2c3945
commit
6e1b099279
7 changed files with 4 additions and 72 deletions
|
@ -445,7 +445,7 @@ static void performOp(ref<LocalStore> store, bool trusted, unsigned int clientVe
|
|||
if (GET_PROTOCOL_MINOR(clientVersion) >= 4) {
|
||||
settings.buildVerbosity = (Verbosity) readInt(from);
|
||||
readInt(from); // obsolete logType
|
||||
settings.printBuildTrace = readInt(from) != 0;
|
||||
readInt(from); // obsolete printBuildTrace
|
||||
}
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 6)
|
||||
settings.set("build-cores", std::to_string(readInt(from)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue