From 1e87b15f911d59ae4790e97b4b8fed3469998f82 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Jul 2015 11:40:00 +0200 Subject: [PATCH] Remove Nix options not needed by the new queue runner --- hydra-module.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hydra-module.nix b/hydra-module.nix index 56ac6fee..6c395e76 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -175,15 +175,6 @@ in # The default (`true') slows Nix down a lot since the build farm # has so many GC roots. 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" ];