mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
* Lower the priority of the stdenv branch.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19033
This commit is contained in:
parent
69434e0592
commit
963a0f8216
@ -12,7 +12,7 @@ let
|
|||||||
prio = level: job: toJob job // { schedulingPriority = level; };
|
prio = level: job: toJob job // { schedulingPriority = level; };
|
||||||
|
|
||||||
toJob = x: if builtins.isAttrs x then x else
|
toJob = x: if builtins.isAttrs x then x else
|
||||||
{ type = "job"; systems = x; schedulingPriority = 10; };
|
{ type = "job"; systems = x; schedulingPriority = 5; };
|
||||||
|
|
||||||
/* Perform a job on the given set of platforms. The function `f' is
|
/* Perform a job on the given set of platforms. The function `f' is
|
||||||
called by Hydra for each platform, and should return some job
|
called by Hydra for each platform, and should return some job
|
||||||
|
Loading…
Reference in New Issue
Block a user