remove build -pc from list (doesn’t work)

This commit is contained in:
Charlotte 🦝 Delenk 2022-02-08 14:16:54 +01:00
parent 77ebdec3d5
commit 3a182f9bfa
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -32,13 +32,13 @@
speedFactor = 1;
supportedFeatures = [ "big-parallel" "gccarch-znver1" ];
}
{
hostName = "build-pc";
systems = [ "x86_64-linux" "i686-linux" ];
maxJobs = 16;
speedFactor = 1;
supportedFeatures = [ "big-parallel" "gccarch-znver2" ];
}
#{
# hostName = "build-pc";
# systems = [ "x86_64-linux" "i686-linux" ];
# maxJobs = 16;
# speedFactor = 1;
# supportedFeatures = [ "big-parallel" "gccarch-znver2" ];
#}
];
distributedBuilds = true;
};