Revert "metrics job: schedule on any machine, for now"

This commit is contained in:
Vladimír Čunát
2022-06-12 13:45:06 +02:00
committed by GitHub
parent d906563271
commit e8c87f0946
+1 -2
View File
@@ -4,8 +4,7 @@ with pkgs;
runCommand "nixpkgs-metrics"
{ nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
# see https://github.com/NixOS/nixpkgs/issues/52436
#requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
}
''
export NIX_STORE_DIR=$TMPDIR/store