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:
parent
87c9d753dd
commit
30e1b0bd69
@ -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…
Reference in New Issue
Block a user