File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update
6
6
RUN apt-get install -y build-essential clang subversion git vim \
7
7
zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
8
8
ninja-build
9
- RUN python -m pip install buildbot-slave==0 .8.12
9
+ RUN python -m pip install buildbot-worker==2 .8.4
10
10
11
11
# Temporary dependencies for AOR tests.
12
12
RUN apt-get install -y libmpfr-dev libmpc-dev
Original file line number Diff line number Diff line change 3
3
# This serves as the entrypoint for docker to allow us to
4
4
# run and start the buildbot while supplying the password
5
5
# as an argument.
6
- buildslave create-slave --keepalive=200 " ${WORKER_NAME} " \
6
+ buildbot-worker create-worker --keepalive=200 " ${WORKER_NAME} " \
7
7
lab.llvm.org:9990 " ${WORKER_NAME} " " $1 "
8
8
9
- buildslave start " ${WORKER_NAME} "
9
+ buildbot-worker start " ${WORKER_NAME} "
10
10
tail -f ${WORKER_NAME} /twistd.log
You can’t perform that action at this time.
0 commit comments