4 Commits

Author SHA1 Message Date
ahuston-0 6ca5fcbf0d distributed builders!
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 7s
Check Nix flake / Perform Nix flake checks (pull_request) Has been cancelled
2026-05-07 00:06:34 -04:00
ahuston-0 34f29c0bdd distributed builders!
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 18s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m35s
2026-05-06 23:31:16 -04:00
ahuston-0 0a38ba8859 Merge pull request 'add aarch64' (#227) from feature/aarch64 into main
Check flake.lock / Check health of `flake.lock` (push) Successful in 7s
Check Nix flake / Perform Nix flake checks (push) Successful in 2m29s
Update flakes / update_lockfile (push) Failing after 26m38s
Update claurst / update_claurst (push) Failing after 36s
Reviewed-on: #227
2026-05-03 14:19:17 -04:00
ahuston-0 9c3b3f5a45 add aarch64
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m26s
2026-05-03 14:16:38 -04:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
systems = [
"x86_64-linux"
# disable arm for now as hydra isn't set up for it
# "aarch64-linuxa
"aarch64-linux"
];
forEachSystem = lib.genAttrs systems;
+2 -2
View File
@@ -18,12 +18,13 @@ in
allowed-uris = github: gitlab: git+https:// git+ssh:// https://
builders-use-substitutes = true
'';
distributedBuilds = true;
buildMachines = [
{
hostName = "localhost";
maxJobs = 2;
protocol = "ssh-ng";
protocol = null;
speedFactor = 2;
systems = [
"x86_64-linux"
@@ -55,7 +56,6 @@ in
notificationSender = "hydra@alicehuston.xyz";
gcRootsDir = "/ZFS/ZFS-primary/hydra";
useSubstitutes = true;
buildMachinesFiles = [ ];
minimumDiskFree = 50;
minimumDiskFreeEvaluator = 100;
extraConfig = ''