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;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = if channel == "stable" then ["x86_64-linux"] else [];
|
hydraPlatforms = if channel == "stable" then ["x86_64-linux"] else [];
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -190,6 +190,8 @@ let
|
|||||||
$installFlags "''${installFlagsArray[@]}"
|
$installFlags "''${installFlagsArray[@]}"
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description =
|
description =
|
||||||
"The Linux kernel" +
|
"The Linux kernel" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user