release/metrics: drop requiredSystemFeatures
Lack of a "benchmark" machine on Hydra prevents it from building, and that blocks channels.
This commit is contained in:
parent
886871538c
commit
1d0caa7b03
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user