Do some large, concurrency-capable builds on dedicated machines
This commit is contained in:
parent
f2d24b9840
commit
1f84e43239
@ -36,5 +36,6 @@ mkChromiumDerivation (base: rec {
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = if channel == "stable" then ["x86_64-linux"] else [];
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
})
|
||||
|
@ -190,6 +190,8 @@ let
|
||||
$installFlags "''${installFlagsArray[@]}"
|
||||
'');
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = {
|
||||
description =
|
||||
"The Linux kernel" +
|
||||
|
Loading…
Reference in New Issue
Block a user