hydra: Add RV64GC ISA support for schrodinger

This commit is contained in:
Mikael 2024-11-18 15:28:16 +01:00 committed by emily
parent c0c8f825fc
commit 59ef761474
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -25,7 +25,7 @@
maxJobs = 0;
speedFactor = 20;
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;
}
] ++ lib.forEach (lib.genList (i: i + 1) 8) (num: {