Merge #44131: release/metrics: drop requiredSystemFeatures

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