about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-07-26 18:31:18 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-07-26 18:32:41 +0200
commit1d0caa7b035875cee70bf8072b46b19e4965c65b (patch)
treee3f9955c386340c8ce228b006732026347a8009d
parent886871538c15681575925a990a3f1b68ed9d5477 (diff)
release/metrics: drop requiredSystemFeatures
Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
-rw-r--r--pkgs/top-level/metrics.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/metrics.nix b/pkgs/top-level/metrics.nix
index 77f620da72499..f4e778aed127b 100644
--- a/pkgs/top-level/metrics.nix
+++ b/pkgs/top-level/metrics.nix
@@ -4,7 +4,7 @@ with pkgs;
 
 runCommand "nixpkgs-metrics"
   { buildInputs = [ nix time ];
-    requiredSystemFeatures = [ "benchmark" ];
+    # requiredSystemFeatures = [ "benchmark" ]; # TODO: a 1-job machine for this on Hydra?
   }
   ''
     export NIX_DB_DIR=$TMPDIR