Skip to content

Commit 2e196a0

Browse files
[DOCS][BUILDBOT] Bump recommended worker version (#144853)
Now recommend 3.11.7 to match the `#testing-a-builder-config-locally` section.
1 parent 8b3e345 commit 2e196a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/docs/HowToAddABuilder.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are two buildmasters running.
2828
commits from the llvm-zorg repository.
2929

3030
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:
3232

3333
* Be building a supported configuration. Builders for experimental backends
3434
should generally be attached to staging buildmaster.
@@ -74,9 +74,9 @@ Here are the steps you can follow to do so:
7474
of parallelism (-j param) would give the fastest build. You can build
7575
multiple configurations on one computer.
7676

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).
7878
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``.
8080

8181
#. Create a designated user account, your buildbot-worker will be running under,
8282
and set appropriate permissions.
@@ -414,4 +414,3 @@ Some tasks don't give immediate feedback, so if nothing happens within a short
414414
time, try again with the browser's web console open. Sometimes you will see
415415
403 errors and other messages that might indicate you don't have the correct
416416
details set up.
417-

0 commit comments

Comments
 (0)