Revert "metrics: drop requiredSystemFeatures; /cc #76776"

This reverts commit c7aef6dedb.

I believe it should work again since today, though I'm being a bit
conservative, pushing to `staging-next` instead of `master`.
main
Vladimír Čunát 3 years ago
parent 87c9d753dd
commit 30e1b0bd69
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      pkgs/top-level/metrics.nix

@ -4,8 +4,7 @@ with pkgs;
runCommand "nixpkgs-metrics"
{ nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
#FIXME: the job doesn't work, see issue #76776
#requiredSystemFeatures = [ "benchmark" ]; # dedicated machine, by @vcunat last time
requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
}
''
export NIX_STORE_DIR=$TMPDIR/store

Loading…
Cancel
Save