mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue