remove build -pc from list (doesn’t work)
This commit is contained in:
parent
77ebdec3d5
commit
3a182f9bfa
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue