Merge #44131: release/metrics: drop requiredSystemFeatures

This commit is contained in:
Vladimír Čunát
2018-07-27 17:11:37 +02:00
+1 -1
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