release/metrics: drop requiredSystemFeatures

Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
This commit is contained in:
Vladimír Čunát 2018-07-26 18:31:18 +02:00
parent 886871538c
commit 1d0caa7b03
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -4,7 +4,7 @@ with pkgs;
runCommand "nixpkgs-metrics" runCommand "nixpkgs-metrics"
{ buildInputs = [ nix time ]; { buildInputs = [ nix time ];
requiredSystemFeatures = [ "benchmark" ]; # requiredSystemFeatures = [ "benchmark" ]; # TODO: a 1-job machine for this on Hydra?
} }
'' ''
export NIX_DB_DIR=$TMPDIR export NIX_DB_DIR=$TMPDIR