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`.
This commit is contained in:
Vladimír Čunát 2021-11-14 11:32:36 +01:00
parent 87c9d753dd
commit 30e1b0bd69
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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