Skip to content

Commit

Permalink
metrics: drop requiredSystemFeatures; /cc #76776
Browse files Browse the repository at this point in the history
The build hasn't worked for months (even on 20.09).  Now also my
dedicated machine broke, and I don't feel like maintaining it until
the job has any chance of succeeding.
(I don't know why exactly it's failing.)
  • Loading branch information
vcunat committed Mar 28, 2021
1 parent 158da5a commit c7aef6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/metrics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ with pkgs;

runCommand "nixpkgs-metrics"
{ nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
requiredSystemFeatures = [ "benchmark" ];
#FIXME: the job doesn't work, see issue #76776
#requiredSystemFeatures = [ "benchmark" ]; # dedicated machine, by @vcunat last time
}
''
export NIX_STATE_DIR=$TMPDIR
Expand Down

0 comments on commit c7aef6d

Please sign in to comment.