Consolidate RISC-V build workers #5

Merged
emily merged 2 commits from mikael/nixfiles-emily:main into main 2024-11-18 15:31:40 +01:00
Showing only changes of commit 7eac95459a - Show all commits

View file

@ -25,7 +25,7 @@
maxJobs = 0; maxJobs = 0;
speedFactor = 20; speedFactor = 20;
systems = [ "riscv64-linux" ]; systems = [ "riscv64-linux" ];
supportedFeatures = base ++ [ "gccarch-rv64imac" "gccarch-rv64imacfd" ]; supportedFeatures = base ++ [ "gccarch-rv64imac" "gccarch-rv64imacfd" "gccarch-rv64gc" ];
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path; sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
} }
] ++ lib.forEach (lib.genList (i: i + 1) 8) (num: { ] ++ lib.forEach (lib.genList (i: i + 1) 8) (num: {