mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
metrics job: schedule on any machine, for now
For non-time metrics it doesn't matter, and those seem more important anyway. So better this than nothing, for now.
This commit is contained in:
parent
49f3d5c917
commit
0b5aa11e2b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue