modules/nixos/hydra: fix hydra-compress-logs
this is the default but we need to set it explictly as it is currently broken upstream and in nixpkgs
This commit is contained in:
parent
fd426c19d9
commit
5f62fc66cb
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
evaluator_workers = 8
|
evaluator_workers = 8
|
||||||
max_concurrent_evals = 2
|
max_concurrent_evals = 2
|
||||||
max_output_size = ${builtins.toString (8 * 1024 * 1024 * 1024)}
|
max_output_size = ${builtins.toString (8 * 1024 * 1024 * 1024)}
|
||||||
|
compress_build_logs_compression = bzip2
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue