Revert "release/metrics: drop requiredSystemFeatures"
This reverts commit 1d0caa7b03
. Thanks
to @vcunat we have a 'benchmark' machine again!
This commit is contained in:
parent
c5d1f7723b
commit
14b5d5e93e
@ -4,7 +4,7 @@ with pkgs;
|
|||||||
|
|
||||||
runCommand "nixpkgs-metrics"
|
runCommand "nixpkgs-metrics"
|
||||||
{ buildInputs = [ nix time ];
|
{ buildInputs = [ nix time ];
|
||||||
# requiredSystemFeatures = [ "benchmark" ]; # TODO: a 1-job machine for this on Hydra?
|
requiredSystemFeatures = [ "benchmark" ];
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
export NIX_DB_DIR=$TMPDIR
|
export NIX_DB_DIR=$TMPDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user