From 30e1b0bd69e43bb9ad9fba81c3ecbb4fd5d5be21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 14 Nov 2021 11:32:36 +0100 Subject: [PATCH] Revert "metrics: drop requiredSystemFeatures; /cc #76776" This reverts commit c7aef6dedb29392ef2aad8fe70fa9745597c84ea. I believe it should work again since today, though I'm being a bit conservative, pushing to `staging-next` instead of `master`. --- pkgs/top-level/metrics.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/top-level/metrics.nix b/pkgs/top-level/metrics.nix index 1decb810f97..d413b881eaa 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 ]; - #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