Skip to content

Commit f60686f

Browse files
committed
[libc] Update buildbot worker version to 2.8.4.
Tested locally by connecting to LLVM master. (: http://lab.llvm.org:8011/#/builders/78/builds/1 Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D89069
1 parent e1b5fcb commit f60686f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libc/utils/buildbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update
66
RUN apt-get install -y build-essential clang subversion git vim \
77
zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
88
ninja-build
9-
RUN python -m pip install buildbot-slave==0.8.12
9+
RUN python -m pip install buildbot-worker==2.8.4
1010

1111
# Temporary dependencies for AOR tests.
1212
RUN apt-get install -y libmpfr-dev libmpc-dev

libc/utils/buildbot/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# This serves as the entrypoint for docker to allow us to
44
# run and start the buildbot while supplying the password
55
# as an argument.
6-
buildslave create-slave --keepalive=200 "${WORKER_NAME}" \
6+
buildbot-worker create-worker --keepalive=200 "${WORKER_NAME}" \
77
lab.llvm.org:9990 "${WORKER_NAME}" "$1"
88

9-
buildslave start "${WORKER_NAME}"
9+
buildbot-worker start "${WORKER_NAME}"
1010
tail -f ${WORKER_NAME}/twistd.log

0 commit comments

Comments
 (0)