fix(buildbot): use builder-4 for forkos buildbot instance
Since 070d97fd
, we have shut down builder-4.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
070d97fdf1
commit
e912796992
|
@ -44,7 +44,7 @@
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
"infra"
|
"infra"
|
||||||
];
|
];
|
||||||
builders = [ "builder-9" ];
|
builders = [ "builder-4" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
Loading…
Reference in a new issue