forked from lix-project/hydra
Don't lock the CPU
This commit is contained in:
parent
b91a616520
commit
2da4987bc2
|
@ -1244,6 +1244,7 @@ int main(int argc, char * * argv)
|
|||
|
||||
settings.buildVerbosity = lvlVomit;
|
||||
settings.useSubstitutes = false;
|
||||
settings.lockCPU = false;
|
||||
|
||||
/* FIXME: need some locking to prevent multiple instances of
|
||||
hydra-queue-runner. */
|
||||
|
|
Loading…
Reference in a new issue