summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-06-12 14:35:15 +0200
committerVladimír Čunát <v@cunat.cz>2022-06-12 14:35:15 +0200
commit88fcb7482956db514f49692aa894ac63f4d5b98c (patch)
treede28265811b8a64075fac733ce2095c5d6807e05
parentMerge pull request #177388 from primeos/chromium-backport (diff)
parentRevert "metrics job: schedule on any machine, for now" (diff)
downloadnixpkgs-88fcb7482956db514f49692aa894ac63f4d5b98c.tar.gz
Merge #177395: metrics job: schedule on a dedicated machine
...into release-22.05
-rw-r--r--pkgs/top-level/metrics.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/metrics.nix b/pkgs/top-level/metrics.nix
index 6caec7327e59..d413b881eaa7 100644
--- a/pkgs/top-level/metrics.nix
+++ b/pkgs/top-level/metrics.nix
@@ -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