Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 2 files changed
  • 0 commit comments
  • 1 contributor
Showing with 2 additions and 2 deletions.
  1. +1 −1 data/buildbot/master.cfg
  2. +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'

No commit comments for this range

You can’t perform that action at this time.