Skip to content

Commit

Permalink
Merge #177391: metrics job: schedule on a dedicated machine again
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 12, 2022
2 parents d906563 + e8c87f0 commit 72b1ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/metrics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72b1ec0

Please sign in to comment.