readd build-nas
This commit is contained in:
parent
58abb1a67b
commit
2bb9b7511b
1 changed files with 19 additions and 8 deletions
|
@ -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"];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue