Unverified Commit 865c2c7b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #328115: metrics job: schedule on any machine, for now

parents 1e38ce3c 0b5aa11e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ with pkgs;

runCommand "nixpkgs-metrics"
  { nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
    requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
    # see https://github.com/NixOS/nixpkgs/issues/52436
    #requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
  }
  ''
    export NIX_STORE_DIR=$TMPDIR/store