Unified
Split
Showing
with
2 additions
and 2 deletions.
- +1 −1 data/buildbot/master.cfg
- +1 −1 docker/buildbot-master/Dockerfile
| @@ -328,7 +328,7 @@ hybridArchitectures = { | ||
| } | ||
|
|
||
| # All architectures for which Haiku can be built, includes the hybrids. | ||
| haikuArchitectures = targetArchitectures + hybridArchitectures.keys() | ||
| haikuArchitectures = targetArchitectures + list(hybridArchitectures.keys()) | ||
|
|
||
| # Defines the machine triples corresponding to each basic architecture | ||
| machineTriples = { | ||
| @@ -1,4 +1,4 @@ | ||
| FROM buildbot/buildbot-master:v1.2.0 | ||
| FROM buildbot/buildbot-master:v2.0.0 | ||
|
|
||
| # needed for the docker latent worker plugin | ||
| RUN pip --no-cache-dir install 'docker-py' | ||