readd build-nas

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-20 13:24:29 +01:00
parent 58abb1a67b
commit 2bb9b7511b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -33,13 +33,24 @@
options = "--delete-older-than 7d";
};
buildMachines = [
#{
# hostName = "build-nas";
# systems = [ "x86_64-linux" ];
# maxJobs = 12;
# speedFactor = 1;
# supportedFeatures = [ "gccarch-znver1" ];
#}
{
hostName = "build-nas";
systems = [
"armv7l-linux"
"aarch64-linux"
"powerpc-linux"
"powerpc64-linux"
"powerpc64le-linux"
"riscv32-linux"
"riscv64-linux"
"wasm32-wasi"
"x86_64-linux"
"i686-linux"
];
maxJobs = 12;
speedFactor = 1;
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark" "gccarch-znver1" "gccarch-skylake" "ca-derivations"];
}
{
hostName = "build-pc";
systems = [
@ -55,7 +66,7 @@
"i686-linux"
];
maxJobs = 16;
speedFactor = 1;
speedFactor = 2;
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark" "gccarch-znver2" "gccarch-znver1" "gccarch-skylake" "ca-derivations"];
}
];