Commit 676f2e3
authored
Allow setting custom buildfactory with local worker (#604)
Currently, the local worker unconditionally uses a UnixBuild. However,
when working on changes to other factories, it is useful to be able to
customize this in settings.yaml to run the builder locally. This PR adds
a setting to allow modifying the factory used, while falling back to
UnixBuild if nothing is set.1 parent dd9230c commit 676f2e3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
| 340 | + | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| |||
0 commit comments