forked from lix-project/hydra
Remove Nix options not needed by the new queue runner
This commit is contained in:
parent
3c665dac82
commit
1e87b15f91
1 changed files with 0 additions and 9 deletions
|
@ -175,15 +175,6 @@ in
|
||||||
# The default (`true') slows Nix down a lot since the build farm
|
# The default (`true') slows Nix down a lot since the build farm
|
||||||
# has so many GC roots.
|
# has so many GC roots.
|
||||||
gc-check-reachability = false
|
gc-check-reachability = false
|
||||||
|
|
||||||
# Hydra needs caching of build failures.
|
|
||||||
build-cache-failure = true
|
|
||||||
|
|
||||||
build-poll-interval = 10
|
|
||||||
|
|
||||||
# Online log compression makes it impossible to get the tail of
|
|
||||||
# builds that are in progress.
|
|
||||||
build-compress-log = false
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nix.trustedUsers = [ "hydra" ];
|
nix.trustedUsers = [ "hydra" ];
|
||||||
|
|
Loading…
Reference in a new issue