Commit 20ab40f
committed
Allow setting custom buildfactory with local worker
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 18e6b53 commit 20ab40f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
0 commit comments