@@ -28,7 +28,7 @@ There are two buildmasters running.
28
28
commits from the llvm-zorg repository.
29
29
30
30
In order to remain connected to the main buildmaster (and thus notify
31
- developers of failures), a builbot must:
31
+ developers of failures), a buildbot must:
32
32
33
33
* Be building a supported configuration. Builders for experimental backends
34
34
should generally be attached to staging buildmaster.
@@ -74,9 +74,9 @@ Here are the steps you can follow to do so:
74
74
of parallelism (-j param) would give the fastest build. You can build
75
75
multiple configurations on one computer.
76
76
77
- #. Install buildbot-worker (currently we are using buildbot version 2.8.4 ).
77
+ #. Install buildbot-worker (currently we are using buildbot version 3.11.7 ).
78
78
This specific version can be installed using ``pip ``, with a command such
79
- as ``pip3 install buildbot-worker==2.8.4 ``.
79
+ as ``pip3 install buildbot-worker==3.11.7 ``.
80
80
81
81
#. Create a designated user account, your buildbot-worker will be running under,
82
82
and set appropriate permissions.
@@ -414,4 +414,3 @@ Some tasks don't give immediate feedback, so if nothing happens within a short
414
414
time, try again with the browser's web console open. Sometimes you will see
415
415
403 errors and other messages that might indicate you don't have the correct
416
416
details set up.
417
-
0 commit comments