[all-commits] [llvm/llvm-project] 506135: [docs] Improve guidance on installing the correct ...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Tue Feb 21 10:40:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50613578d914a0ab95fcce80b519fdf46264501c
      https://github.com/llvm/llvm-project/commit/50613578d914a0ab95fcce80b519fdf46264501c
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M llvm/docs/HowToAddABuilder.rst

  Log Message:
  -----------
  [docs] Improve guidance on installing the correct buildbot-worker version

The docs currently state that buildbot-worker 2.8.5 is used. However,
looking at the buildbot release notes
<http://docs.buildbot.net/current/relnotes/index.html>, this release
doesn't seem to exist (it's not on PyPI either). The document also links
to http://trac.buildbot.net/ as a source to retrieve an old version and
install it manually, but this is dead.

Instead, drop that advice and suggest pip3 install
buildbot-worker==2.8.4, as done by the Dockerfiles in
llvm-zorg/buildbot/google/docker/*.

Differential Revision: https://reviews.llvm.org/D144464




More information about the All-commits mailing list