Skip to content

Commit

Permalink
Don't use the Raspberry Pis as build machines.
Browse files Browse the repository at this point in the history
The emulated builds on nuc and x230 work well.
  • Loading branch information
wagdav committed Jun 4, 2024
1 parent 960ed7e commit 0934b84
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions modules/buildMachines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
inherit sshUser sshKey;
}
{
hostName = "rp3";
system = "aarch64-linux";
maxJobs = 4;
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
inherit sshUser sshKey;
}
{
hostName = "rp4";
system = "aarch64-linux";
maxJobs = 4;
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
inherit sshUser sshKey;
speedFactor = 2;
}
];
};
}

0 comments on commit 0934b84

Please sign in to comment.