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

View File

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