From 7eac95459a0c8c68d16cea608211a53045ffb792 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Mon, 18 Nov 2024 15:28:16 +0100 Subject: [PATCH] hydra: Add RV64GC ISA support for schrodinger --- config/services/hydra/nix-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/hydra/nix-config.nix b/config/services/hydra/nix-config.nix index b0e8cb1..9933888 100644 --- a/config/services/hydra/nix-config.nix +++ b/config/services/hydra/nix-config.nix @@ -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: {