hydra: use dacbert again as build for aarch64-linux

This commit is contained in:
Astro 2022-09-08 03:42:20 +02:00
parent 31e0f72e65
commit c480bf4083
1 changed files with 10 additions and 8 deletions

View File

@ -68,16 +68,18 @@
system = lib.concatStringsSep "," ([
pkgs.system
"i686-linux"
] ++ config.boot.binfmt.emulatedSystems);
"riscv64-linux"
]);
# ] ++ config.boot.binfmt.emulatedSystems);
supportedFeatures = [ "big-parallel" "benchmark" "kvm" "nixos-test" ];
inherit (config.nix) maxJobs;
# } {
# hostName = "client@dacbert.hq.c3d2.de";
# system = lib.concatStringsSep "," [
# "aarch64-linux" "armv6l-linux" "armv7l-linux"
# ];
# supportedFeatures = [ "kvm" "benchmark" "nixos-test" ];
# maxJobs = 1;
} {
hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," [
"aarch64-linux" "armv6l-linux" "armv7l-linux"
];
supportedFeatures = [ "kvm" "benchmark" "nixos-test" ];
maxJobs = 1;
}];
daemonCPUSchedPolicy = "idle";