Skip to content

Commit

Permalink
rp4: add back as build machine
Browse files Browse the repository at this point in the history
In commit 0934b84 (Don't use the
Raspberry Pis as build machines) I stopped building on the Rapsberry
Pis.  Let's try again with only the Pi 4, I'm curious if the native
builds are faster than the emulated one on nuc.
  • Loading branch information
wagdav committed Aug 24, 2024
1 parent 2099695 commit a0e8847
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/buildMachines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
inherit sshUser sshKey;
}
{
hostName = "rp4";
systems = [ "aarch64-linux" ];
maxJobs = 2;
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
inherit sshUser sshKey;
speedFactor = 2;
}
];
};
}

0 comments on commit a0e8847

Please sign in to comment.